Retro68/Rez
2014-10-29 00:52:27 +01:00
..
Test add some unit tests 2014-10-16 02:29:12 +02:00
CMakeLists.txt Don't build Rez if boost is unavailable 2014-10-27 23:39:35 +01:00
Expression.cc silence a warning 2014-10-29 00:52:27 +01:00
Expression.h implement $$byte, $$word, $$long, $$bitfield 2014-10-14 00:11:21 +02:00
README.md add Rez/README.md 2014-10-09 00:52:39 +02:00
ResourceCompiler.cc add some unit tests 2014-10-16 02:29:12 +02:00
ResourceCompiler.h add some unit tests 2014-10-16 02:29:12 +02:00
ResourceDefinitions.cc silence warnings 2014-10-16 02:25:23 +02:00
ResourceDefinitions.h Rez: write actual resource files 2014-10-08 02:52:34 +02:00
ResSpec.h Rez: "data" declarations 2014-10-14 02:19:26 +02:00
Rez.cc ResourceFiles.h -> ResourceFork.h 2014-10-29 00:52:27 +01:00
RezLexer.cc add some unit tests 2014-10-16 02:29:12 +02:00
RezLexer.h add some unit tests 2014-10-16 02:29:12 +02:00
RezLexerNextToken.cc fix handling of \n, \r, \t escape sequences in strings 2014-10-16 02:29:41 +02:00
RezLexerWaveToken.h Rez: successful parse. 2014-10-05 23:52:34 +02:00
RezParser.yy Rez: "data" declarations 2014-10-14 02:19:26 +02:00
RezWorld.cc ResourceFiles.h -> ResourceFork.h 2014-10-29 00:52:27 +01:00
RezWorld.h ResourceFiles.h -> ResourceFork.h 2014-10-29 00:52:27 +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.