Age | Commit message (Expand) | Author |
---|---|---|
2015-04-10 | Replace hand-written parser by one generated by solar itself :D | Matthias Schiffer |
2015-04-09 | lex: use std::string * instead of char * | Matthias Schiffer |
2015-04-09 | Introduce rule_t and grammar_t | Matthias Schiffer |
2015-04-09 | Add support for extra arguments | Matthias Schiffer |
2015-04-08 | Allow adding source blocks to the top the of header and source files | Matthias Schiffer |
2015-04-06 | Implement a lot of symbol value support | Matthias Schiffer |
2015-04-05 | Add support for simple reduce actions | Matthias Schiffer |
2015-03-31 | generator: add actions and gotos for LR(0) parsers | Matthias Schiffer |
2015-03-31 | Add generator_t | Matthias Schiffer |
2015-03-31 | Rename state_t to parser_state_t | Matthias Schiffer |