| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-21 | Add sample grammar for new syntax | bjculkin | |
| 2017-03-20 | Work more on parser | bjculkin | |
| 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-18 | More work on new parser | bjculkin | |
| 2017-03-17 | Continue 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-17 | Move things around, and start on new parser. | student | |
| 2017-02-09 | Lots of additional data | bculkin2442 | |
| 2017-02-08 | Removed .DS_Store | bculkin2442 | |
| 2017-02-08 | Update | bculkin2442 | |
| 2017-02-07 | Update | bculkin2442 | |
| 2017-02-06 | Fixed stupid typo bug | bculkin2442 | |
| 2017-02-06 | Server work | bculkin2442 | |
| 2017-02-06 | Update | bculkin2442 | |
| 2017-02-06 | Grammar feature extensions | bculkin2442 | |
| Grammars now have support for several addional features. Namely, the following * Regex-rules: You can define a rule as a regex and it will generate strings that match the regex * Range-rules: You can define a rule that will return a random int from a name * Variables: You can define and reference variables for context dependant statements. | |||
| 2017-02-05 | Switch grammar syntax, and add more samples | bculkin2442 | |
| 2017-02-05 | Formatting tweaks | bculkin2442 | |
| 2016-08-29 | Started some work on a GUI app | bculkin2442 | |
| 2016-08-17 | Started work on a new GUI frontend | bculkin2442 | |
| 2016-08-17 | Removed unused test classes | bculkin2442 | |
| 2016-08-17 | Added standalone markov generator | bculkin2442 | |
| 2016-05-11 | Minor code updates | bculkin2442 | |
| 2016-05-11 | Removed unused class | bculkin2442 | |
| 2016-04-13 | General refactoring | bculkin2442 | |
| 2016-03-31 | Code maintenance changes | bculkin2442 | |
| 2016-02-29 | Adjusted to change in pair interface | bculkin2442 | |
| 2016-02-21 | Switched to using new rule-based skeleton | bculkin2442 | |
| 2016-02-21 | Some misc. refactoring of things and additional functionality | bculkin2442 | |
| 2016-01-14 | Added grammar syntax notes and some front-end work | bculkin2442 | |
| 2016-01-14 | Added sample grammar files | bculkin2442 | |
| 2016-01-14 | Added markov-based generator | bculkin2442 | |
| 2016-01-14 | Lots of work on stuff | bculkin2442 | |
| 2015-09-29 | Update to new version of BJC-Utils. | bculkin2442 | |
| 2015-09-17 | Refactored grammar reader | bculkin2442 | |
| Computed gotos? Never heard of them. *shifty eyes* | |||
| 2015-09-16 | Add lengthier example | bculkin2442 | |
| A lengthier example of random grammar usage. | |||
| 2015-09-16 | Basic program to create grammars from text files. | bculkin2442 | |
| Creates grammars from text files, using a series of pragmas to direct behavior. | |||
| 2015-09-15 | Initial project commit | bculkin2442 | |
