chancehudson / ashlang

Apache License 2.0
9 stars 2 forks source link

feat: comments, file fn args #1

Closed chancehudson closed 3 months ago

chancehudson commented 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.