This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
solar/src
2015-04-10 23:22:12 +02:00
..
CMakeLists.txt Replace hand-written parser by one generated by solar itself :D 2015-04-10 16:48:43 +02:00
generator.cpp generator: move LR(0)-specific code to generator_lr0_t 2015-04-09 19:14:14 +02:00
generator.hpp generator: fix add_reduction() argument name 2015-04-09 19:44:01 +02:00
generator_lr0.cpp generator: fix add_reduction() argument name 2015-04-09 19:44:01 +02:00
generator_lr0.hpp generator: fix add_reduction() argument name 2015-04-09 19:44:01 +02:00
generator_slr.cpp generator_slr: fix follow set generation 2015-04-10 21:02:29 +02:00
generator_slr.hpp generator_slr: implement first and follow set generation 2015-04-10 03:04:22 +02:00
grammar.hpp Introduce rule_t and grammar_t 2015-04-09 04:46:39 +02:00
item.hpp Introduce rule_t and grammar_t 2015-04-09 04:46:39 +02:00
lex.cpp Add support for escape sequences in character symbols 2015-04-10 19:10:17 +02:00
lex.hpp lex: initialize dumb_mode to false 2015-04-10 18:26:50 +02:00
output.cpp output: also collapse goto case branches 2015-04-10 23:22:12 +02:00
output.hpp output: also collapse goto case branches 2015-04-10 23:22:12 +02:00
output_lr0.cpp output: also collapse goto case branches 2015-04-10 23:22:12 +02:00
output_lr0.hpp output: rename i argument to state 2015-04-10 22:00:34 +02:00
output_slr.cpp output: also collapse goto case branches 2015-04-10 23:22:12 +02:00
output_slr.hpp output_slr: collapse duplicate case branches 2015-04-10 22:51:51 +02:00
parse.cpp output_slr: collapse duplicate case branches 2015-04-10 22:51:51 +02:00
parse.hpp Don't parse keywords in the lexer 2015-04-10 18:01:10 +02:00
parse.y Don't parse keywords in the lexer 2015-04-10 18:01:10 +02:00
rule.hpp Introduce rule_t and grammar_t 2015-04-09 04:46:39 +02:00
solar.cpp Replace hand-written parser by one generated by solar itself :D 2015-04-10 16:48:43 +02:00
symbol.hpp generator_slr: implement first and follow set generation 2015-04-10 03:04:22 +02:00