Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scanner : Add CodeFile #29

Open
Ed94 opened this issue Aug 26, 2023 · 0 comments
Open

Scanner : Add CodeFile #29

Ed94 opened this issue Aug 26, 2023 · 0 comments
Assignees
Labels
tooling Auxiliary tool or extension beyond the core library

Comments

@Ed94
Copy link
Owner

Ed94 commented Aug 26, 2023

Container for a file's ast that had its content automatically parsed. We can have it auto-validate re-construction.

Possible struct:

struct CodeFile
{
	using namespace Parser;

	String              FilePath;
	TokArray            Tokens;
	Array<ParseFailure> ParseFailures;
	Code                CodeRoot;
};
@Ed94 Ed94 changed the title FileCode Define FileCode Aug 26, 2023
@Ed94 Ed94 added the enhancement New feature or request label Aug 26, 2023
@Ed94 Ed94 changed the title Define FileCode Define CodeFile Aug 26, 2023
@Ed94 Ed94 changed the title Define CodeFile Add CodeFile Aug 26, 2023
@Ed94 Ed94 added tooling Auxiliary tool or extension beyond the core library and removed enhancement New feature or request labels Sep 11, 2023
@Ed94 Ed94 changed the title Add CodeFile Scanner : Add CodeFile Sep 11, 2023
@Ed94 Ed94 self-assigned this Sep 12, 2023
@Ed94 Ed94 moved this to In Progress in gencpp roadmap Sep 12, 2023
@Ed94 Ed94 moved this from In Progress to Todo in gencpp roadmap Sep 12, 2023
@Ed94 Ed94 added this to the Aux Tools Complete milestone Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Auxiliary tool or extension beyond the core library
Projects
Status: Todo
Development

No branches or pull requests

1 participant