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
/
lex.cpp
Age
Commit message (
Expand
)
Author
2015-04-17
Add support for character terminal group rules
Matthias Schiffer
2015-04-17
lex: change treatment of symbols which are neither all-uppercase or all-lower...
Matthias Schiffer
2015-04-12
lex: change dumb mode to a positive character set
Matthias Schiffer
2015-04-11
Add support for square-bracketed actions
Matthias Schiffer
2015-04-10
Add support for escape sequences in character symbols
Matthias Schiffer
2015-04-10
lex: remove now unused include and define
Matthias Schiffer
2015-04-10
Don't parse keywords in the lexer
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
2015-04-09
lex: use std::string * instead of char *
Matthias Schiffer
2015-04-09
lex: disable number parsing
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
Implement a lot of symbol value support
Matthias Schiffer
2015-04-05
lex: handle preprocesser directives embedded into code blocks
Matthias Schiffer
2015-04-05
Add support for simple reduce actions
Matthias Schiffer
2015-04-04
lex: remove old comment
Matthias Schiffer
2015-03-31
lex, parser: fix a few numbers ;)
Matthias Schiffer
2015-03-31
parser: rename token_t and value_t to parser_token_t and parser_value_t
Matthias Schiffer
2015-03-27
Generate items from grammar
Matthias Schiffer