summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-04-18Allow specifying actions for groups terminalsHEADmasterMatthias Schiffer
2015-04-18Replace all make_pair calls with initializer listsMatthias Schiffer
2015-04-18parse: reorder nonterm type specificationsMatthias Schiffer
2015-04-18parse: improve code formattingMatthias Schiffer
2015-04-18Refactor parser rule variable handlingMatthias Schiffer
2015-04-18parse: rename varname nonterm to csymbolMatthias Schiffer
2015-04-18parse: minor code simplificationMatthias Schiffer
2015-04-18Add support for C++ namespacesMatthias Schiffer
2015-04-17parse: replace type-specific deleters by simple delete callsMatthias Schiffer
2015-04-17Add support for character terminal group rulesMatthias Schiffer
2015-04-17Move initial rule handling to grammer_tMatthias Schiffer
2015-04-17lex: change treatment of symbols which are neither all-uppercase or all-lower...Matthias Schiffer
2015-04-17output_header: remove a few left-overs c_str() callsMatthias Schiffer
2015-04-17Completely refactor code generationMatthias Schiffer
2015-04-17parse: minor formatting fixMatthias Schiffer
2015-04-12output: fix generator includeMatthias Schiffer
2015-04-12parse: code formattingMatthias Schiffer
2015-04-12lex: change dumb mode to a positive character setMatthias Schiffer
2015-04-11Allow skipping the destructor selectivelyMatthias Schiffer
2015-04-11parse: introduce rhs_t typedefMatthias Schiffer
2015-04-11Add support for destructorsMatthias Schiffer
2015-04-11Add support for square-bracketed actionsMatthias Schiffer
2015-04-11output: de-duplicate token value pushingMatthias Schiffer
2015-04-10output_slr: remove unused includesMatthias Schiffer
2015-04-10output: also collapse goto case branchesMatthias Schiffer
2015-04-10output_slr: collapse duplicate case branchesMatthias Schiffer
2015-04-10output: rename i argument to stateMatthias Schiffer
2015-04-10generator_slr: fix follow set generationMatthias Schiffer
2015-04-10Add support for escape sequences in character symbolsMatthias Schiffer
2015-04-10lex: initialize dumb_mode to falseMatthias Schiffer
2015-04-10lex: remove now unused include and defineMatthias Schiffer
2015-04-10Don't parse keywords in the lexerMatthias Schiffer
2015-04-10parse: make grammar for toplevel directives more readableMatthias Schiffer
2015-04-10Allow specifying sequences of character terminals as stringsMatthias Schiffer
2015-04-10Replace hand-written parser by one generated by solar itself :DMatthias Schiffer
2015-04-10Implement SLR parser generationMatthias Schiffer
2015-04-10Split output_lr0_t out of output_tMatthias Schiffer
2015-04-10generator_slr: implement first and follow set generationMatthias Schiffer
2015-04-09generator: fix add_reduction() argument nameMatthias Schiffer
2015-04-09generator: move LR(0)-specific code to generator_lr0_tMatthias Schiffer
2015-04-09generator: add generator_lr0 and generator_slr classesMatthias Schiffer
2015-04-09lex: use std::string * instead of char *Matthias Schiffer
2015-04-09Introduce rule_t and grammar_tMatthias Schiffer
2015-04-09lex: disable number parsingMatthias Schiffer
2015-04-09output: close output filesMatthias Schiffer
2015-04-09output: correctly initialize parser stateMatthias Schiffer
2015-04-09Add support for extra argumentsMatthias Schiffer
2015-04-09Emit alloc and free functionsMatthias Schiffer
2015-04-08Allow adding source blocks to the top the of header and source filesMatthias Schiffer
2015-04-06Don't use map::emplaceMatthias Schiffer