ncsa / qdl

the QDL programming language
Other
1 stars 0 forks source link

Update JFlex lexer #68

Closed jjg-123 closed 1 month ago

jjg-123 commented 2 months ago

The GUI requires that all of the current keywords, functions etc. be updated and the grammar files regenerated. This should be done in a thorough manner to make sure there are no missing functions or other oddities. In particular. QDL now introspects itself on startup and produces lists of these in

constants().reserved

so it should be must easier than hunting and pecking the ANTLR lexer file.