summaryrefslogtreecommitdiffstats
path: root/src/parser_state.hpp
AgeCommit message (Expand)Author
2015-04-10Replace hand-written parser by one generated by solar itself :DMatthias Schiffer
2015-04-09lex: use std::string * instead of char *Matthias Schiffer
2015-04-09Introduce rule_t and grammar_tMatthias Schiffer
2015-04-09Add support for extra argumentsMatthias Schiffer
2015-04-08Allow adding source blocks to the top the of header and source filesMatthias Schiffer
2015-04-06Implement a lot of symbol value supportMatthias Schiffer
2015-04-05Add support for simple reduce actionsMatthias Schiffer
2015-03-31generator: add actions and gotos for LR(0) parsersMatthias Schiffer
2015-03-31Add generator_tMatthias Schiffer
2015-03-31Rename state_t to parser_state_tMatthias Schiffer