index
:
solar
master
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
solar.cpp
Age
Commit message (
Expand
)
Author
2015-04-17
Completely refactor code generation
Matthias Schiffer
2015-04-10
Replace hand-written parser by one generated by solar itself :D
Matthias Schiffer
2015-04-10
Implement SLR parser generation
Matthias Schiffer
2015-04-10
Split output_lr0_t out of output_t
Matthias Schiffer
2015-04-09
generator: add generator_lr0 and generator_slr classes
Matthias Schiffer
2015-04-09
Introduce rule_t and grammar_t
Matthias Schiffer
2015-04-09
Add support for extra arguments
Matthias Schiffer
2015-04-08
Allow adding source blocks to the top the of header and source files
Matthias Schiffer
2015-04-06
Set output files from command line
Matthias Schiffer
2015-04-06
Implement a lot of symbol value support
Matthias Schiffer
2015-04-02
Add simple output generator
Matthias Schiffer
2015-03-31
solar: use grammar file from command line
Matthias Schiffer
2015-03-31
parser: rename token_t and value_t to parser_token_t and parser_value_t
Matthias Schiffer
2015-03-31
Add generator_t
Matthias Schiffer
2015-03-31
Rename state_t to parser_state_t
Matthias Schiffer
2015-03-27
Generate items from grammar
Matthias Schiffer