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
/
parse.cpp
Age
Commit message (
Expand
)
Author
2015-04-18
parse: minor code simplification
Matthias Schiffer
2015-04-18
Add support for C++ namespaces
Matthias Schiffer
2015-04-17
parse: replace type-specific deleters by simple delete calls
Matthias Schiffer
2015-04-17
Add support for character terminal group rules
Matthias Schiffer
2015-04-17
Move initial rule handling to grammer_t
Matthias Schiffer
2015-04-17
lex: change treatment of symbols which are neither all-uppercase or all-lower...
Matthias Schiffer
2015-04-17
Completely refactor code generation
Matthias Schiffer
2015-04-17
parse: minor formatting fix
Matthias Schiffer
2015-04-11
Allow skipping the destructor selectively
Matthias Schiffer
2015-04-11
parse: introduce rhs_t typedef
Matthias Schiffer
2015-04-11
Add support for destructors
Matthias Schiffer
2015-04-11
Add support for square-bracketed actions
Matthias Schiffer
2015-04-11
output: de-duplicate token value pushing
Matthias Schiffer
2015-04-10
output_slr: collapse duplicate case branches
Matthias Schiffer
2015-04-10
Don't parse keywords in the lexer
Matthias Schiffer
2015-04-10
parse: make grammar for toplevel directives more readable
Matthias Schiffer
2015-04-10
Allow specifying sequences of character terminals as strings
Matthias Schiffer
2015-04-10
Replace hand-written parser by one generated by solar itself :D
Matthias Schiffer