Retro68/Rez
Wolfgang Thaller b585d65962 Rez: fix error reporting bug - report in phase two instead of phase 1 2018-01-07 12:59:44 +01:00
..
Test ad boost include directory in CMakeLists, and, as a hack force use of /usr/local/include 2017-04-13 01:17:58 +02:00
CMakeLists.txt ad boost include directory in CMakeLists, and, as a hack force use of /usr/local/include 2017-04-13 01:17:58 +02: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
ResSpec.h Rez: support resource attributes & names 2015-07-20 01:51:33 +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 Rez: accept "binary" radix declaration for fields 2018-01-07 12:58:25 +01: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 Rez: predefine TRUE and FALSE as well as true and false (real Rez would also accept tRuE) 2018-01-07 12:59:03 +01:00
RezLexer.h Rez: better error reporting 2015-07-19 00:59:46 +02:00
RezLexerNextToken.cc Rez: accept "binary" radix declaration for fields 2018-01-07 12:58:25 +01:00
RezLexerWaveToken.h Rez: successful parse. 2014-10-05 23:52:34 +02:00
RezParser.yy Rez: accept "binary" radix declaration for fields 2018-01-07 12:58:25 +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

README.md

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.