pjt33 / Alchemist.Py

Python interpreter for the Alchemist esolang
4 stars 0 forks source link

Parser ignores anything it doesn't recognise #2

Open pjt33 opened 5 years ago

pjt33 commented 5 years ago

If there's a syntax error in the program then the parser just gives up, with no error to indicate that there's a problem. You get the rules that it successfully parsed. I would expect an error message which at least points at the problematic line.