Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-11 | Add support for square-bracketed actions | Matthias Schiffer | |
2015-04-10 | lex: initialize dumb_mode to false | Matthias Schiffer | |
2015-04-10 | Don't parse keywords in the lexer | Matthias Schiffer | |
2015-04-10 | Allow specifying sequences of character terminals as strings | Matthias Schiffer | |
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 | lex: disable number parsing | Matthias Schiffer | |
It is not used at the moment | |||
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 | lex, parser: fix a few numbers ;) | Matthias Schiffer | |
2015-03-31 | parser: rename token_t and value_t to parser_token_t and parser_value_t | Matthias Schiffer | |
2015-03-27 | Generate items from grammar | Matthias Schiffer | |