Skip to content

Create an AST parser #27

@dawnandrew100

Description

@dawnandrew100

Take tokens created from lexer and convert this into an abstract syntax tree

Current thought on how to do this is to use Pratt parsing

Another option to use is the shunting yard algorithm but this algorithm might not be as useful since this converts the tokens into reverse polish notation which will then have to be converted into an abstract syntax tree (whereas pratt parsing directly converts the tokens into an abstract syntax tree)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions