Skip to content

Scanner : Add CodeFile #29

@Ed94

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

Metadata

Metadata

Assignees

Labels

toolingAuxiliary tool or extension beyond the core library

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions