summaryrefslogtreecommitdiff
path: root/RGens/src/main/java/bjc/rgens/newparser/GrammarException.java
AgeCommit message (Collapse)Author
2018-03-29Rename packagestudent
2017-10-11Source cleanupBenjamin J. Culkin
2017-07-23FormattingBenjamin J. Culkin
2017-03-20Work more on parserbjculkin
This does more work on the parser, including moving from the old LineReader/Scanner combo to BlockReader. It includes more syntax checking, but still doesn't actually do anything. With some dummy methods in RGrammarBuilder, should be able to see if the basic file parser is working correctly. Where blocks and their syntax still need to implemented, and actual pragma implementations need to be provided.