-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This github project provides template-driven code generation capabilities that
can be integrated into a Go module.
github project located
here.
The code generation components in this project operate on a design model that has been captured as an abstract syntax tree (AST).

The design model is based on one of the following file types:
-
syntax.cdsn- A language syntax defined using Crater Dog Syntax Notation™ (CDSN). -
package_api.go- A Go class model that is defined using Go Class Model Notation™ (GCMN).
This Go module is made up of the following packages:

To view the details of a particular package, click on links listed in the side
bar in the upper right corner
The following UML diagram shows the constructors and class functions defined for the packages that make up this module.

