Akuli / jou

Yet another programming language
MIT License
11 stars 4 forks source link

Refactor AST #386

Closed Akuli closed 1 year ago

Akuli commented 1 year ago

The idea is to refactor things so that a file contains AstStatements directly. This way I can e.g. parse if statements that are not inside a function, needed for #385.