ChasmCodeGeneration


For an introduction on generating code and compiling your first Chasm project, see the introduction.

To read about the philosophy behind the code generation, see here.

To read about how to implement in Chasm, read here.

To see the layout of a generated file, read here.

To understand the defines in the generated code, see ChasmDefines.

This describes the binaries to generate your source files.

See here for help with Makefiles.








The structure of a Concept is in Chasm so this generates source files to place your implementation into. The source files have many different defines which are overwritten by chasmprocess to create the actually compiled files.

To create a file:

To Implement:

To Compile:

NOTE: Please add instructions for a build process in XCode and Eclipse!

NOTE: See here for help with Makefiles.





To Create a Supplemental code file:

To create a ChasmBuilder of a given POSTFIX (ex. SVE is a POSTFIX):

See ChasmCodePhilosophy.