Skip to content

add locations to parser + ast

gziat requested to merge locations into main

This branch adds locations to the AST. We use an approach à la OCaml's Parsetree where the language's main types (expr and stmt) are encapsulated in a record that includes locations

Merge request reports