Retro68/Rez
Wolfgang Thaller c0dbb90b0b rez include paths 2021-12-08 21:49:43 +01:00
..
Test bison 3.5 compatibility (see #101) 2020-01-01 23:38:18 +01:00
CMakeLists.txt add default search paths for dependencies installed via homebrew on ARM macs 2021-02-06 15:30:43 +01:00
Diagnostic.cc Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
Diagnostic.h Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
Expression.cc Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
Expression.h Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
README.md add Rez/README.md 2014-10-09 00:52:39 +02:00
ResSpec.h Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
ResourceCompiler.cc Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
ResourceCompiler.h Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
ResourceDefinitions.cc Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
ResourceDefinitions.h Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
Rez.cc rez include paths 2021-12-08 21:49:43 +01:00
RezLexer.cc Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
RezLexer.h Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
RezLexerNextToken.cc #include <sstream> in RezLexerNextToken.cc 2021-05-31 00:39:52 -04:00
RezLexerWaveToken.h Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
RezParser.yy Rez: allow trailing commas, like the original Rez does 2019-01-23 19:33:27 +01:00
RezWorld.cc Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
RezWorld.h Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +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.