Mon, 23 Feb 2009 17:52:28 -0500 |
Ryan C. Gordon |
Implemented #elif preprocessor directive.
|
changeset |
files
|
Mon, 23 Feb 2009 17:49:10 -0500 |
Ryan C. Gordon |
Current working directory should always be in the include path.
|
changeset |
files
|
Mon, 23 Feb 2009 17:39:30 -0500 |
Ryan C. Gordon |
Implemented RPN interpreter. Now #if preprocessor directive works!
|
changeset |
files
|
Mon, 23 Feb 2009 17:21:48 -0500 |
Ryan C. Gordon |
Fixed operator precedence.
|
changeset |
files
|
Mon, 23 Feb 2009 16:56:28 -0500 |
Ryan C. Gordon |
Made this into debug output.
|
changeset |
files
|
Mon, 23 Feb 2009 16:43:52 -0500 |
Ryan C. Gordon |
First work on #if directive.
|
changeset |
files
|
Mon, 23 Feb 2009 08:00:36 -0500 |
Ryan C. Gordon |
Added a FIXME.
|
changeset |
files
|
Sat, 21 Feb 2009 21:29:59 -0500 |
Ryan C. Gordon |
Updated re2c-generated code.
|
changeset |
files
|
Sat, 21 Feb 2009 21:29:49 -0500 |
Ryan C. Gordon |
Fixed lexer to only accept preprocessor directives at start of a line.
|
changeset |
files
|
Fri, 20 Feb 2009 09:01:40 -0500 |
Ryan C. Gordon |
Preprocessor now supports macros with parameters.
|
changeset |
files
|
Fri, 20 Feb 2009 08:03:27 -0500 |
Ryan C. Gordon |
Fixed cleanup of Conditionals in pop_source().
|
changeset |
files
|
Fri, 20 Feb 2009 01:15:44 -0500 |
Ryan C. Gordon |
Renamed DefineHash to Define.
|
changeset |
files
|
Fri, 20 Feb 2009 01:15:24 -0500 |
Ryan C. Gordon |
Fixing some comments.
|
changeset |
files
|
Thu, 19 Feb 2009 04:05:37 -0500 |
Ryan C. Gordon |
Fixed memory leak.
|
changeset |
files
|
Thu, 19 Feb 2009 04:00:21 -0500 |
Ryan C. Gordon |
Turn off allocator debug output.
|
changeset |
files
|
Thu, 19 Feb 2009 03:58:25 -0500 |
Ryan C. Gordon |
Fixed memory pool code.
|
changeset |
files
|
Thu, 19 Feb 2009 03:58:14 -0500 |
Ryan C. Gordon |
Fixed allocator debug output.
|
changeset |
files
|
Thu, 19 Feb 2009 03:39:19 -0500 |
Ryan C. Gordon |
Fixed some strings.
|
changeset |
files
|
Thu, 19 Feb 2009 03:38:10 -0500 |
Ryan C. Gordon |
Merged assemble.c into mojoshader-compiler.c ...
|
changeset |
files
|
Thu, 19 Feb 2009 03:36:49 -0500 |
Ryan C. Gordon |
Added fail().
|
changeset |
files
|
Thu, 19 Feb 2009 03:24:03 -0500 |
Ryan C. Gordon |
That should be an "else if", not an "if" ...
|
changeset |
files
|
Thu, 19 Feb 2009 03:22:38 -0500 |
Ryan C. Gordon |
Fixed comment.
|
changeset |
files
|
Thu, 19 Feb 2009 03:22:21 -0500 |
Ryan C. Gordon |
Added allocator debug output.
|
changeset |
files
|
Thu, 19 Feb 2009 03:19:15 -0500 |
Ryan C. Gordon |
Renaming preprocess.c for change of plans with utilities.
|
changeset |
files
|
Thu, 19 Feb 2009 03:11:20 -0500 |
Ryan C. Gordon |
Made function static.
|
changeset |
files
|
Thu, 19 Feb 2009 03:09:26 -0500 |
Ryan C. Gordon |
Allocate just enough to read the input file.
|
changeset |
files
|
Thu, 19 Feb 2009 01:46:18 -0500 |
Ryan C. Gordon |
Fixed logic bug: used wrong variable.
|
changeset |
files
|
Thu, 19 Feb 2009 01:46:01 -0500 |
Ryan C. Gordon |
Allow preprocess.c to specify include paths on the command line.
|
changeset |
files
|
Wed, 18 Feb 2009 21:35:37 -0500 |
Ryan C. Gordon |
Added command line stuff to preprocess.c, including predefined macro support.
|
changeset |
files
|
Wed, 18 Feb 2009 21:16:26 -0500 |
Ryan C. Gordon |
Should be an array of structs, not an array of pointers to structs.
|
changeset |
files
|