Skip to content

Implement a simple AST #6

@LPeter1997

Description

@LPeter1997

Note that this would be an AST, not the parse tree!
Nodes we need:

  • Expression
    • Identifier
    • If-else
    • Arithmetic
    • Call
  • Statement
    • Expression statement
    • Function declaration
    • Variable declaration
    • Return

Metadata

Metadata

Assignees

No one assigned

    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