No description
Find a file
2019-09-09 22:19:44 +02:00
overrides fix CallUniversalProc 2019-09-09 22:16:06 +02:00
yaml-cpp@e0e01d53c2 initial wip 2019-08-27 22:08:37 +02:00
.clang-format add clang-format file 2019-08-31 17:08:53 +02:00
.gitignore write some RIncludes from scratch 2019-09-09 00:51:26 +02:00
.gitmodules initial wip 2019-08-27 22:08:37 +02:00
CMakeLists.txt fix void arguments, renaming, print nice comments 2019-08-31 19:24:54 +02:00
COPYING add a license 2019-08-31 17:45:41 +02:00
generate.rb add warning message for the future 2019-09-09 22:19:44 +02:00
HeaderLexer.l executor's fourccs are now written differently 2019-09-07 22:24:58 +02:00
HeaderParser.yy executor's fourccs are now written differently 2019-09-07 22:24:58 +02:00
Multiverse.r fix 'rdes' 2019-09-09 22:15:51 +02:00
parse.sh file manager traps 2019-09-05 00:32:47 +02:00
ParseExecutorHeaders.cc formatting fix 2019-09-06 22:29:52 +02:00
README.md add minimal README 2019-08-31 17:49:21 +02:00

Multiversal Interfaces

Work in progress. The plan is to parse header files from the executor project, convert them to an intermediate (YAML) representation, and then generate C/C++ header files from them again for use with Retro68.

As Executor was a clean-room implementation of MacOS, the resulting header files will be freely redistributable.