summaryrefslogtreecommitdiff
path: root/RGens
AgeCommit message (Collapse)Author
2017-10-04Remove useless filesBenjamin J. Culkin
2017-10-04Some minor fixes to grammarsBenjamin J. Culkin
2017-07-23Simplify parser.Benjamin J. Culkin
The parser no longer uses a modal builder, so grammar blocks could now be done in a parallel manner
2017-07-23Minor refactorsBenjamin J. Culkin
2017-07-23FormattingBenjamin J. Culkin
2017-04-07Adjust to Utils reorgbjculkin
2017-03-29Partially implement where blocksstudent
2017-03-27Updatebculkin2442
2017-03-26Updatebculkin2442
2017-03-25General cleanupbculkin2442
Removes the old grammar stuff.
2017-03-22Add literal blankbjculkin
2017-03-22Fix assorted bugsbjculkin
2017-03-22Add rule suggestions.bjculkin
You can now turn on a feature that will suggest possible rules in case you were inconsistent in spelling one.
2017-03-22Fix sample grammarsbculkin2442
2017-03-22Fix sample grammarsbculkin2442
2017-03-22Fix sample grammarsbculkin2442
2017-03-22Reimplement more old featuresbjculkin
2017-03-22Add sample config to jarbjculkin
2017-03-22Update sample grammarsbjculkin
2017-03-22Update commitbculkin2442
2017-03-22Convert long rules to grammarsbculkin2442
2017-03-22Update configbjculkin
2017-03-22Change long rules to grammarsbjculkin
2017-03-22Update configbculkin2442
2017-03-22Syntax notesbculkin2442
2017-03-22Update more sample grammars.bjculkin
This also puts the basics of the new config file syntax in place.
2017-03-22Merge branch 'master' of https://bitbucket.org/bculkin2442/RGensbculkin2442
2017-03-22Work on implementing variablesstudent
2017-03-22Updatebjculkin
This adds suffixing
2017-03-22Partially update grammars.bculkin2442
Update some of the sample grammars to the new format.
2017-03-21Add flat rules.bjculkin
Flat rules, which are any rules that have the symbol '+' in their name, have all of their spaces replaced with "" to have the effect of directly conjoining a bunch of rules together.
2017-03-21Add rangesbjculkin
Ranges can now be used with the syntax [start..end] inline to generate numbers instead of having to create a special rule for them.
2017-03-21Add formatterbjculkin
Adds a formatter capable of taking in a parsed grammar and printing it out in a formatted form, capable of being reparsed.
2017-03-21Add export rules to grammarsbjculkin
2017-03-21Start update of samples to new syntaxbculkin2442
2017-03-21Fix insults grammar so that it worksbjculkin
2017-03-21Add resources to jarbjculkin
2017-03-21Finish basic implementationbjculkin
This finishes a basic implementation. It now handles literal strings and rule references, allowing it to handle basic grammars.
2017-03-21Add sample grammar for new syntaxbjculkin
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.
2017-03-18More work on new parserbjculkin
2017-03-17Continue work on new parser.bculkin2442
Continued work on the new parser. new-syntax.txt is a description of the parser grammar in itself.
2017-03-17Move things around, and start on new parser.student
2017-02-09Lots of additional databculkin2442
2017-02-08Removed .DS_Storebculkin2442
2017-02-08Updatebculkin2442
2017-02-07Updatebculkin2442
2017-02-06Fixed stupid typo bugbculkin2442
2017-02-06Server workbculkin2442
2017-02-06Updatebculkin2442