Retro68/Rez
2019-01-23 19:33:27 +01:00
..
Test automated tests: run all platforms in one command 2019-01-09 08:39:09 +01:00
CMakeLists.txt minor cmakelists cleanup 2019-01-22 18:29:03 +01:00
Diagnostic.cc Rez: better error reporting 2015-07-19 00:59:46 +02:00
Diagnostic.h Rez: add some error reporting 2014-10-30 02:56:49 +01:00
Expression.cc Rez: report errors from $$read 2018-01-07 12:59:21 +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: fix error reporting bug - report in phase two instead of phase 1 2018-01-07 12:59:44 +01:00
ResourceCompiler.h Rez: add some error reporting 2014-10-30 02:56:49 +01:00
ResourceDefinitions.cc Rez: better error reporting 2015-07-19 00:59:46 +02:00
ResourceDefinitions.h fix some warnings 2018-12-25 22:42:58 +01:00
ResSpec.h Rez: support resource attributes & names 2015-07-20 01:51:33 +02:00
Rez.cc Rez: create empty / data-only output file if output file name is explicitly given, but no input 2017-10-05 15:33:50 +02:00
RezLexer.cc fix some warnings 2018-12-25 22:42:58 +01:00
RezLexer.h Rez: better error reporting 2015-07-19 00:59:46 +02:00
RezLexerNextToken.cc Rez: fix $ABCD hex literals 2018-12-25 20:05:53 +01:00
RezLexerWaveToken.h Rez: successful parse. 2014-10-05 23:52:34 +02:00
RezParser.yy Rez: allow trailing commas, like the original Rez does 2019-01-23 19:33:27 +01:00
RezWorld.cc Rez: better error reporting 2015-07-19 00:59:46 +02:00
RezWorld.h Rez: better error reporting 2015-07-19 00:59:46 +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.