Skip to content

MP2E/GDCC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Data Compiler Collection (GDCC)

A collection of programs for compiling/processing source code for use by video
games. This includes compiling to bytecode as well as preprocessing definition
data. The programs are meant to be suitable for use in automated build systems.


GDCC Assembler (gdcc-as)

Provides a low level assembly interface to GDCC's intermediary representation.


GDCC C Preprocessor (gdcc-cpp)

Applies C preprocessing to input files.


GDCC IR Dump (gdcc-irdump)

IR inspection and disassembler. Primarily intended for debugging compilers.


GDCC Linker (gdcc-ld)

Linker program for converting intermediary representation files to bytecode.


GDCC MageDefs (gdcc-magedefs)

Processes plain text files into MageCraft NTS format by tokenizing.

About

Game Data Compiler Collection

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%