Retro68/Rez
2014-10-16 02:25:23 +02:00
..
CMakeLists.txt Rez: "data" declarations 2014-10-14 02:19:26 +02:00
Expression.cc implement $$byte, $$word, $$long, $$bitfield 2014-10-14 00:11:21 +02: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 implement $$byte, $$word, $$long, $$bitfield 2014-10-14 00:11:21 +02:00
ResourceCompiler.h implement $$byte, $$word, $$long, $$bitfield 2014-10-14 00:11:21 +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 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: "data" declarations 2014-10-14 02:19:26 +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 Rez: "data" declarations 2014-10-14 02:19:26 +02:00
RezWorld.h Rez: "data" declarations 2014-10-14 02:19:26 +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.