mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-05 04:06:45 +00:00
1bf09c8b5f
Fixes bug building on macOS 11.3.1 and boost 1.76.0. Evidently sstream was previously included in another header referenced by this file but now is not. The new include directive allows the project to build. |
||
---|---|---|
.. | ||
Test | ||
CMakeLists.txt | ||
Diagnostic.cc | ||
Diagnostic.h | ||
Expression.cc | ||
Expression.h | ||
README.md | ||
ResourceCompiler.cc | ||
ResourceCompiler.h | ||
ResourceDefinitions.cc | ||
ResourceDefinitions.h | ||
ResSpec.h | ||
Rez.cc | ||
RezLexer.cc | ||
RezLexer.h | ||
RezLexerNextToken.cc | ||
RezLexerWaveToken.h | ||
RezParser.yy | ||
RezWorld.cc | ||
RezWorld.h | ||
Test.r |
Rez Resource Compiler
A reimplementation of the classic Rez resource compiler.
Known Bugs & Limitations
$ABCD
alternate syntax for hex numbers is not supported- hex strings not supported
- Other than in Apple Rez, the preprocessor is case sensitive.