Skip to content

Scanner : Add CodeFile #29

Description

@Ed94

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;
};

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

toolingAuxiliary tool or extension beyond the core library

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions