Retro68/Rez
2019-01-04 03:35:32 +01:00
..
Test cleanup CMAKE_CXX_FLAGS and fix various warnings 2019-01-04 03:35:32 +01:00
CMakeLists.txt cleanup CMAKE_CXX_FLAGS and fix various warnings 2019-01-04 03:35:32 +01:00
Diagnostic.cc
Diagnostic.h
Expression.cc
Expression.h
README.md
ResourceCompiler.cc
ResourceCompiler.h
ResourceDefinitions.cc
ResourceDefinitions.h fix some warnings 2018-12-25 22:42:58 +01:00
ResSpec.h
Rez.cc
RezLexer.cc fix some warnings 2018-12-25 22:42:58 +01:00
RezLexer.h
RezLexerNextToken.cc Rez: fix $ABCD hex literals 2018-12-25 20:05:53 +01:00
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.