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.y
Age
Commit message (
Expand
)
Author
2015-04-18
Allow specifying actions for groups terminals
HEAD
master
Matthias Schiffer
2015-04-18
Replace all make_pair calls with initializer lists
Matthias Schiffer
2015-04-18
parse: reorder nonterm type specifications
Matthias Schiffer
2015-04-18
parse: improve code formatting
Matthias Schiffer
2015-04-18
Refactor parser rule variable handling
Matthias Schiffer
2015-04-18
parse: rename varname nonterm to csymbol
Matthias Schiffer
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
parse: minor formatting fix
Matthias Schiffer
2015-04-12
parse: code formatting
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-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