Closed chancehudson closed 3 months ago
The parser currently handles the logic to ensure the file function args are only supplied once.
e.g. preventing
(args) () () let v = 10
This could be implemented at the compiler level instead, and would simplify the grammar.
The parser currently handles the logic to ensure the file function args are only supplied once.
e.g. preventing
This could be implemented at the compiler level instead, and would simplify the grammar.