Thu, 04 Mar 2010 22:59:48 -0800 |
Ryan C. Gordon |
Implemented error output unit test harness.
|
changeset |
files
|
Wed, 03 Mar 2010 09:13:26 -0800 |
Ryan C. Gordon |
Merged some lemon diffs from sqlite's fossil repo: Visual Studio compile fixes.
|
changeset |
files
|
Wed, 03 Mar 2010 08:46:17 -0800 |
Ryan C. Gordon |
Fixed C++ compiler error.
|
changeset |
files
|
Wed, 03 Mar 2010 08:24:13 -0800 |
Ryan C. Gordon |
Did some Ryanification of Aras's Windows #include handling code.
|
changeset |
files
|
Wed, 03 Mar 2010 08:06:44 -0800 |
Ryan C. Gordon |
When processing identifiers in macro "calls", check both args and #defines.
|
changeset |
files
|
Tue, 02 Mar 2010 23:12:16 -0800 |
Ryan C. Gordon |
Added another failing test.
|
changeset |
files
|
Tue, 02 Mar 2010 23:09:53 -0800 |
Ryan C. Gordon |
Added indirect stringify test.
|
changeset |
files
|
Tue, 02 Mar 2010 23:07:15 -0800 |
Ryan C. Gordon |
Added another failing test.
|
changeset |
files
|
Tue, 02 Mar 2010 22:41:42 -0800 |
Ryan C. Gordon |
Added basic tests for __FILE__ and __LINE__.
|
changeset |
files
|
Tue, 02 Mar 2010 22:41:09 -0800 |
Ryan C. Gordon |
Changed where we spawn mojoshader-compiler from, for __FILE__ testing.
|
changeset |
files
|
Tue, 02 Mar 2010 10:04:35 -0800 |
Ryan C. Gordon |
Added support for __FILE__ and __LINE__ to the preprocessor.
|
changeset |
files
|
Fri, 26 Feb 2010 02:37:01 -0500 |
Ryan C. Gordon |
Added unit test for better coverage of bug I just fixed.
|
changeset |
files
|
Fri, 26 Feb 2010 02:34:45 -0500 |
Ryan C. Gordon |
Macro args in macro args need to be replaced inline.
|
changeset |
files
|
Thu, 25 Feb 2010 11:02:26 -0500 |
Ryan C. Gordon |
Added some unit tests for the preprocessor #line directive.
|
changeset |
files
|
Thu, 25 Feb 2010 11:05:50 +0200 |
Aras Pranckevicius |
filename in #line is optional
|
changeset |
files
|
Thu, 25 Feb 2010 08:52:46 +0200 |
Aras Pranckevicius |
make compile on MSVC, and fix stringmap_insert
|
changeset |
files
|
Thu, 25 Feb 2010 02:26:36 -0500 |
Ryan C. Gordon |
Added concat operator ("##") to the preprocessor.
|
changeset |
files
|
Thu, 25 Feb 2010 02:25:42 -0500 |
Ryan C. Gordon |
Catch these tokens in the compiler, for badly-formed preprocessor source code.
|
changeset |
files
|
Wed, 24 Feb 2010 21:23:58 -0500 |
Ryan C. Gordon |
Don't reference built-in include functions if we preprocessed them out.
|
changeset |
files
|
Wed, 24 Feb 2010 21:21:54 -0500 |
Ryan C. Gordon |
Regenerated lexer with stringify operator.
|
changeset |
files
|
Wed, 24 Feb 2010 21:20:37 -0500 |
Ryan C. Gordon |
Added stringify operator ("#") to preprocessor.
|
changeset |
files
|
Wed, 24 Feb 2010 14:00:25 -0500 |
Ryan C. Gordon |
Check for "##" at the start and end of macro definitions.
|
changeset |
files
|
Wed, 24 Feb 2010 13:18:50 -0500 |
Ryan C. Gordon |
Added unit tests for preprocessor's macro concat operator.
|
changeset |
files
|
Wed, 24 Feb 2010 12:21:52 -0500 |
Ryan C. Gordon |
Removed unused struct member.
|
changeset |
files
|
Wed, 24 Feb 2010 18:40:48 +0200 |
Aras Pranckevicius |
preprocessor open impl on MSVC
|
changeset |
files
|
Wed, 24 Feb 2010 11:42:16 -0500 |
Ryan C. Gordon |
Patched to compile.
|
changeset |
files
|
Wed, 24 Feb 2010 03:20:50 -0500 |
Ryan C. Gordon |
Implemented StringMap, for future use.
|
changeset |
files
|
Wed, 24 Feb 2010 01:21:21 -0500 |
Ryan C. Gordon |
Formalized the compiler's string cache into a real API.
|
changeset |
files
|
Tue, 23 Feb 2010 17:38:00 -0500 |
Ryan C. Gordon |
Removed the vector/matrix datatype parser tokens.
|
changeset |
files
|
Tue, 23 Feb 2010 17:20:58 -0500 |
Ryan C. Gordon |
Moved print_ast() elsewhere.
|
changeset |
files
|
Tue, 23 Feb 2010 12:55:52 -0500 |
Ryan C. Gordon |
Reverse all the linked lists that we generate backwards in the parser.
|
changeset |
files
|
Tue, 23 Feb 2010 11:34:36 -0500 |
Ryan C. Gordon |
Filled in the rest of the missing print_ast() cases.
|
changeset |
files
|
Mon, 22 Feb 2010 12:43:55 -0500 |
Ryan C. Gordon |
Bunch More Work on print_ast().
|
changeset |
files
|
Mon, 22 Feb 2010 03:07:29 -0500 |
Ryan C. Gordon |
Temporary (and incomplete!) debug code to print the AST.
|
changeset |
files
|
Mon, 22 Feb 2010 02:23:32 -0500 |
Ryan C. Gordon |
Cleaned up compiler framework a little.
|
changeset |
files
|
Mon, 22 Feb 2010 02:22:24 -0500 |
Ryan C. Gordon |
Fixed pop_scope().
|
changeset |
files
|
Mon, 22 Feb 2010 02:22:06 -0500 |
Ryan C. Gordon |
Removed some debug code.
|
changeset |
files
|
Mon, 22 Feb 2010 01:58:37 -0500 |
Ryan C. Gordon |
Make the error code blocks into fail() calls.
|
changeset |
files
|
Mon, 22 Feb 2010 01:57:53 -0500 |
Ryan C. Gordon |
Added a FIXME.
|
changeset |
files
|
Mon, 22 Feb 2010 01:57:37 -0500 |
Ryan C. Gordon |
Added better (?) USERTYPE management.
|
changeset |
files
|
Mon, 22 Feb 2010 01:56:12 -0500 |
Ryan C. Gordon |
Removed incorrect assertion.
|
changeset |
files
|
Sun, 21 Feb 2010 19:37:38 -0500 |
Ryan C. Gordon |
Make AST nodes a little more generic, add source position info to them.
|
changeset |
files
|
Sun, 21 Feb 2010 14:54:54 -0500 |
Ryan C. Gordon |
Keep track of token location when parsing.
|
changeset |
files
|
Sun, 21 Feb 2010 01:02:34 -0500 |
Ryan C. Gordon |
A little work on error handling in the compiler.
|
changeset |
files
|
Sat, 20 Feb 2010 23:41:21 -0500 |
Ryan C. Gordon |
Added a FIXME.
|
changeset |
files
|
Sat, 20 Feb 2010 23:41:12 -0500 |
Ryan C. Gordon |
Report bad characters in the assembler.
|
changeset |
files
|
Sat, 20 Feb 2010 21:50:48 -0500 |
Ryan C. Gordon |
Clean up context at the end.
|
changeset |
files
|
Sat, 20 Feb 2010 20:31:00 -0500 |
Ryan C. Gordon |
Removed SEMANTIC token...we can do this with IDENTIFIER.
|
changeset |
files
|
Sat, 20 Feb 2010 00:27:28 -0500 |
Ryan C. Gordon |
Uncommented some grammar bits that got masked out in the calculator experiment.
|
changeset |
files
|
Fri, 19 Feb 2010 02:28:44 -0500 |
Ryan C. Gordon |
Bunch More Work on HLSL parser.
|
changeset |
files
|
Fri, 19 Feb 2010 02:25:51 -0500 |
Ryan C. Gordon |
Added boilerplate comment to start of file.
|
changeset |
files
|
Wed, 17 Feb 2010 21:07:40 -0500 |
Ryan C. Gordon |
Updated lempar.c to match updated lemon.c
|
changeset |
files
|
Wed, 17 Feb 2010 15:35:15 -0500 |
Ryan C. Gordon |
Lemon fix: don't let grammar define the same nonterminal %type more than once.
|
changeset |
files
|
Wed, 17 Feb 2010 15:34:43 -0500 |
Ryan C. Gordon |
Lemon fix: incorrect printf format strings.
|
changeset |
files
|
Wed, 17 Feb 2010 01:01:40 -0500 |
Ryan C. Gordon |
Updated lemon to the latest in my fossil repo.
|
changeset |
files
|
Sat, 13 Feb 2010 01:04:55 -0500 |
Ryan C. Gordon |
Lemon now writes errors to stderr instead of stdout, and uses full output.
|
changeset |
files
|
Fri, 12 Feb 2010 13:40:25 -0500 |
Ryan C. Gordon |
Lemon now deletes its output on failure.
|
changeset |
files
|
Tue, 09 Feb 2010 03:28:04 -0500 |
Ryan C. Gordon |
Merged calculator-experiment back into default branch.
|
changeset |
files
|
Tue, 09 Feb 2010 02:55:38 -0500 |
Ryan C. Gordon |
Moved the calculator experiment work back into the compiler.
calculator-experiment
|
changeset |
files
|
Tue, 09 Feb 2010 01:52:08 -0500 |
Ryan C. Gordon |
Don't pass the TokenData back out of the lemon code.
calculator-experiment
|
changeset |
files
|