Mercurial
Mercurial
>
icculus
>
mojoshader
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Changed where we spawn mojoshader-compiler from, for __FILE__ testing.
2010-03-02, by Ryan C. Gordon
Added support for __FILE__ and __LINE__ to the preprocessor.
2010-03-02, by Ryan C. Gordon
Added unit test for better coverage of bug I just fixed.
2010-02-26, by Ryan C. Gordon
Macro args in macro args need to be replaced inline.
2010-02-26, by Ryan C. Gordon
Added some unit tests for the preprocessor #line directive.
2010-02-25, by Ryan C. Gordon
filename in #line is optional
2010-02-25, by Aras Pranckevicius
make compile on MSVC, and fix stringmap_insert
2010-02-25, by Aras Pranckevicius
Added concat operator ("##") to the preprocessor.
2010-02-25, by Ryan C. Gordon
Catch these tokens in the compiler, for badly-formed preprocessor source code.
2010-02-25, by Ryan C. Gordon
Don't reference built-in include functions if we preprocessed them out.
2010-02-24, by Ryan C. Gordon
Regenerated lexer with stringify operator.
2010-02-24, by Ryan C. Gordon
Added stringify operator ("#") to preprocessor.
2010-02-24, by Ryan C. Gordon
Check for "##" at the start and end of macro definitions.
2010-02-24, by Ryan C. Gordon
Added unit tests for preprocessor's macro concat operator.
2010-02-24, by Ryan C. Gordon
Removed unused struct member.
2010-02-24, by Ryan C. Gordon
preprocessor open impl on MSVC
2010-02-24, by Aras Pranckevicius
Patched to compile.
2010-02-24, by Ryan C. Gordon
Implemented StringMap, for future use.
2010-02-24, by Ryan C. Gordon
Formalized the compiler's string cache into a real API.
2010-02-24, by Ryan C. Gordon
Removed the vector/matrix datatype parser tokens.
2010-02-23, by Ryan C. Gordon
Moved print_ast() elsewhere.
2010-02-23, by Ryan C. Gordon
Reverse all the linked lists that we generate backwards in the parser.
2010-02-23, by Ryan C. Gordon
Filled in the rest of the missing print_ast() cases.
2010-02-23, by Ryan C. Gordon
Bunch More Work on print_ast().
2010-02-22, by Ryan C. Gordon
Temporary (and incomplete!) debug code to print the AST.
2010-02-22, by Ryan C. Gordon
Cleaned up compiler framework a little.
2010-02-22, by Ryan C. Gordon
Fixed pop_scope().
2010-02-22, by Ryan C. Gordon
Removed some debug code.
2010-02-22, by Ryan C. Gordon
Make the error code blocks into fail() calls.
2010-02-22, by Ryan C. Gordon
Added a FIXME.
2010-02-22, by Ryan C. Gordon
Added better (?) USERTYPE management.
2010-02-22, by Ryan C. Gordon
Removed incorrect assertion.
2010-02-22, by Ryan C. Gordon
Make AST nodes a little more generic, add source position info to them.
2010-02-21, by Ryan C. Gordon
Keep track of token location when parsing.
2010-02-21, by Ryan C. Gordon
A little work on error handling in the compiler.
2010-02-21, by Ryan C. Gordon
Added a FIXME.
2010-02-20, by Ryan C. Gordon
Report bad characters in the assembler.
2010-02-20, by Ryan C. Gordon
Clean up context at the end.
2010-02-20, by Ryan C. Gordon
Removed SEMANTIC token...we can do this with IDENTIFIER.
2010-02-20, by Ryan C. Gordon
Uncommented some grammar bits that got masked out in the calculator experiment.
2010-02-20, by Ryan C. Gordon
Bunch More Work on HLSL parser.
2010-02-19, by Ryan C. Gordon
Added boilerplate comment to start of file.
2010-02-19, by Ryan C. Gordon
Updated lempar.c to match updated lemon.c
2010-02-17, by Ryan C. Gordon
Lemon fix: don't let grammar define the same nonterminal %type more than once.
2010-02-17, by Ryan C. Gordon
Lemon fix: incorrect printf format strings.
2010-02-17, by Ryan C. Gordon
Updated lemon to the latest in my fossil repo.
2010-02-17, by Ryan C. Gordon
Lemon now writes errors to stderr instead of stdout, and uses full output.
2010-02-13, by Ryan C. Gordon
Lemon now deletes its output on failure.
2010-02-12, by Ryan C. Gordon
Merged calculator-experiment back into default branch.
2010-02-09, by Ryan C. Gordon
Moved the calculator experiment work back into the compiler.
calculator-experiment
2010-02-09, by Ryan C. Gordon
Don't pass the TokenData back out of the lemon code.
calculator-experiment
2010-02-09, by Ryan C. Gordon
Removed some Context fields we don't really need.
calculator-experiment
2010-02-09, by Ryan C. Gordon
"identifier" shouldn't be a non-terminal.
calculator-experiment
2010-02-09, by Ryan C. Gordon
Cleaned up TokenData FIXMEs, and added string cache.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Free the parse tree once we're done with it.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Actually run the calculator, walking the parse tree.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Stop parsing if the parser panics.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Closing the "trunk" branch.
trunk
2010-02-08, by Ryan C. Gordon
Ignore blank lines.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Removed debug output.
calculator-experiment
2010-02-08, by Ryan C. Gordon
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip