agraef / pure-lang

Pure programming language
https://agraef.github.io/pure-lang/
316 stars 20 forks source link

pure --check spurious syntax errors #22

Closed agraef closed 6 years ago

agraef commented 6 years ago

E.g.:

$ pure --check faust_examp.pure 
faust_examp.pure, line 79: syntax error

No syntax error in sight anywhere, pure --etags works fine on the same file.