Age | Commit message (Expand) | Author |
---|---|---|
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 |