Retro68/Rez
2018-01-07 12:59:44 +01:00
..
Test
CMakeLists.txt
Diagnostic.cc
Diagnostic.h
Expression.cc Rez: report errors from $$read 2018-01-07 12:59:21 +01:00
Expression.h
README.md
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
ResourceDefinitions.cc
ResourceDefinitions.h Rez: accept "binary" radix declaration for fields 2018-01-07 12:58:25 +01:00
ResSpec.h
Rez.cc
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
RezLexerNextToken.cc Rez: accept "binary" radix declaration for fields 2018-01-07 12:58:25 +01:00
RezLexerWaveToken.h
RezParser.yy Rez: accept "binary" radix declaration for fields 2018-01-07 12:58:25 +01:00
RezWorld.cc
RezWorld.h
Test.r

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.