KoffeinFlummi / armake2

Successor to armake written in Rust
GNU General Public License v2.0
49 stars 17 forks source link

Better preprocessor error-reporting #44

Open Krzmbrzl opened 5 years ago

Krzmbrzl commented 5 years ago

I just stumbled upon the fact, that one can use #expected("identifier") into the PEG grammar. Then the error messages in the preprocessor could get more compact and understandable (because it doesn't have to list all characters that it might has expected)

See here for more details