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-12 02:50:23 +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 Add support for destructors 2015-04-11 03:00:00 +02:00
item.hpp Introduce rule_t and grammar_t 2015-04-09 04:46:39 +02:00
lex.cpp lex: change dumb mode to a positive character set 2015-04-12 00:05:38 +02:00
lex.hpp Add support for square-bracketed actions 2015-04-11 01:51:01 +02:00
output.cpp Allow skipping the destructor selectively 2015-04-11 03:18:22 +02:00
output.hpp output: fix generator include 2015-04-12 02:50:23 +02:00
output_lr0.cpp Allow skipping the destructor selectively 2015-04-11 03:18:22 +02:00
output_lr0.hpp output: rename i argument to state 2015-04-10 22:00:34 +02:00
output_slr.cpp Allow skipping the destructor selectively 2015-04-11 03:18:22 +02:00
output_slr.hpp output_slr: collapse duplicate case branches 2015-04-10 22:51:51 +02:00
parse.cpp Allow skipping the destructor selectively 2015-04-11 03:18:22 +02:00
parse.hpp Add support for square-bracketed actions 2015-04-11 01:51:01 +02:00
parse.y parse: code formatting 2015-04-12 01:35:08 +02:00
rule.hpp Allow skipping the destructor selectively 2015-04-11 03:18:22 +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