Summary
- Changed notZeroExpr so that expressions with conditional contexts are handled in the resolver instead of the parser. Bugs kept the same from being done with statements. (Also a bit of clean-up from the last commit and a small fix in code-gen.) (details)
The file was modified | src/ResolvExpr/CandidateFinder.cpp |
The file was modified | src/Parser/ExpressionNode.cc |
The file was modified | src/CodeGen/CodeGenerator.cpp |
The file was modified | src/InitTweak/FixInit.cpp |
The file was modified | src/Parser/parserutility.cc |
The file was modified | src/Parser/parserutility.h |
The file was modified | src/main.cc |