jere-software / bullfrog-ada-compiler

A for play project for learning. Not meant to be a finished or working project
Mozilla Public License 2.0
0 stars 0 forks source link

move keyword processing out #1

Open jere-software opened 1 month ago

jere-software commented 1 month ago

Forgot that some keywords are also aspects/attributes (range, delta), so will probably need to move keyword processing out. That means I need to adjust the tokens file to remove precedence and maybe move in the lexer token stuff there instead.

jere-software commented 1 month ago

Need to think this through, there are some keywords that are shared with attributes like range vs 'Range and they treat apostrophe's afterwards differently