Mon, 16 Feb 2009 20:30:05 -0500 |
Ryan C. Gordon |
Try to make #error lexing match gcc's.
|
file |
diff |
annotate
|
Sun, 15 Feb 2009 02:51:39 -0500 |
Ryan C. Gordon |
Lexer now handles '\\' continuation at the end of a line.
|
file |
diff |
annotate
|
Sat, 14 Feb 2009 01:33:18 -0500 |
Ryan C. Gordon |
'#' is not a valid HLSL token (we check for preprocessor directives elsewhere).
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 01:08:50 -0500 |
Ryan C. Gordon |
Reworked and documented preprocessor tokens.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 22:57:21 -0500 |
Ryan C. Gordon |
Bogus chars in the lexer now return a token that signifies this.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 22:55:05 -0500 |
Ryan C. Gordon |
Renamed "any" to "ANY" to match other rules.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 21:26:58 -0500 |
Ryan C. Gordon |
Handle lexing of comment ends better.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 20:41:01 -0500 |
Ryan C. Gordon |
A couple endline fixes in the lexer.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 13:54:01 -0500 |
Ryan C. Gordon |
Updated lexer for HLSL.
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 21:28:48 -0500 |
Ryan C. Gordon |
Reworked preprocessor newline management.
|
file |
diff |
annotate
|
Mon, 09 Feb 2009 17:53:54 -0500 |
Ryan C. Gordon |
Initial work on preprocessor. Not yet complete!
|
file |
diff |
annotate
|