|
bd220b9b14
|
Parse after preprocessing
|
2018-04-07 11:17:28 -04:00 |
|
|
a87b938234
|
Add some temporary code to preprocess with gcc -E
|
2018-04-07 11:06:47 -04:00 |
|
|
19c61a91fe
|
add parse()
|
2018-04-07 10:06:49 -04:00 |
|
|
6422e8d145
|
ignore whitespace
|
2018-04-07 09:35:59 -04:00 |
|
|
c6f5200e69
|
Terminate String memory with '\0'
|
2018-04-07 09:34:25 -04:00 |
|
|
49e4e853be
|
Don't forget to BEGIN(INITIAL) when terminating a string
|
2018-04-07 09:31:10 -04:00 |
|
|
aaf47bf934
|
Build a String value in the lexer for string constants
|
2018-04-07 09:26:39 -04:00 |
|
|
961b3297f5
|
Add String module
|
2018-04-07 09:14:26 -04:00 |
|
|
7107699bc5
|
Capture preprocessor-output lines and EOLs
|
2018-04-07 08:38:30 -04:00 |
|
|
47bb3f5219
|
Add lexer tokens for integer, float, string constants and identifiers
|
2018-04-07 08:27:35 -04:00 |
|
|
8795d30953
|
add some C keyword tokens
|
2018-04-06 12:03:17 -04:00 |
|
|
3ead22e0cf
|
add initial empty C, flex, and bison sources
|
2018-04-06 11:38:27 -04:00 |
|
|
8d8c08cd85
|
Add waf, configure, Makefile, empty wscript
|
2018-04-06 10:58:29 -04:00 |
|