Retro68/Rez
2015-07-17 00:32:27 +02:00
..
Test add some unit tests 2014-10-16 02:29:12 +02:00
CMakeLists.txt add comment, remove debug output 2015-01-20 00:08:32 +01:00
Diagnostic.cc Rez: add some error reporting 2014-10-30 02:56:49 +01:00
Diagnostic.h Rez: add some error reporting 2014-10-30 02:56:49 +01:00
Expression.cc Rez: add some error reporting 2014-10-30 02:56:49 +01:00
Expression.h Rez: add some error reporting 2014-10-30 02:56:49 +01:00
README.md add Rez/README.md 2014-10-09 00:52:39 +02:00
ResourceCompiler.cc Rez: add some error reporting 2014-10-30 02:56:49 +01:00
ResourceCompiler.h Rez: add some error reporting 2014-10-30 02:56:49 +01:00
ResourceDefinitions.cc Rez: add some error reporting 2014-10-30 02:56:49 +01:00
ResourceDefinitions.h Rez: add some error reporting 2014-10-30 02:56:49 +01:00
ResSpec.h Rez: "data" declarations 2014-10-14 02:19:26 +02:00
Rez.cc Integrate Rez with the add_application cmake command, add "Dialog" sample 2015-07-17 00:32:27 +02:00
RezLexer.cc Integrate Rez with the add_application cmake command, add "Dialog" sample 2015-07-17 00:32:27 +02:00
RezLexer.h Fix some missing #includes 2015-01-16 16:37:19 +01:00
RezLexerNextToken.cc Integrate Rez with the add_application cmake command, add "Dialog" sample 2015-07-17 00:32:27 +02:00
RezLexerWaveToken.h Rez: successful parse. 2014-10-05 23:52:34 +02:00
RezParser.yy fix incorrect @1 2014-10-31 00:39:23 +01:00
RezWorld.cc don't crash on unknown types 2014-10-30 03:05:02 +01:00
RezWorld.h Rez: add some error reporting 2014-10-30 02:56:49 +01: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.