Retro68/Rez
2014-10-09 22:15:13 +02:00
..
CMakeLists.txt Rez: command line options 2014-10-09 22:15:13 +02:00
Expression.cc Rez: rect and point 2014-10-08 01:55:54 +02:00
Expression.h Rez: rect and point 2014-10-08 01:55:54 +02:00
README.md add Rez/README.md 2014-10-09 00:52:39 +02:00
ResourceCompiler.cc Rez: command line options 2014-10-09 22:15:13 +02:00
ResourceCompiler.h Rez: command line options 2014-10-09 22:15:13 +02:00
ResourceDefinitions.cc Rez: write actual resource files 2014-10-08 02:52:34 +02:00
ResourceDefinitions.h Rez: write actual resource files 2014-10-08 02:52:34 +02:00
Rez.cc Rez: command line options 2014-10-09 22:15:13 +02:00
RezLexer.cc Rez: command line options 2014-10-09 22:15:13 +02:00
RezLexer.h Rez: successful parse. 2014-10-05 23:52:34 +02:00
RezLexerNextToken.cc Rez: string literal concatenation, hex strings 2014-10-09 21:41:41 +02:00
RezLexerWaveToken.h Rez: successful parse. 2014-10-05 23:52:34 +02:00
RezParser.yy Rez: command line options 2014-10-09 22:15:13 +02:00
RezWorld.cc Rez: command line options 2014-10-09 22:15:13 +02:00
RezWorld.h Rez: command line options 2014-10-09 22:15:13 +02:00
Test.r Rez: command line options 2014-10-09 22:15:13 +02:00

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.