summaryrefslogtreecommitdiffstats
path: root/src/parser.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-09lex: disable number parsingMatthias 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-03-31lex, parser: fix a few numbers ;)Matthias Schiffer
2015-03-31parser: rename token_t and value_t to parser_token_t and parser_value_tMatthias Schiffer
2015-03-31Rename state_t to parser_state_tMatthias Schiffer
2015-03-27Generate items from grammarMatthias Schiffer