-
Notifications
You must be signed in to change notification settings - Fork 25
Code Generation
drasil-bot edited this page Jun 13, 2024
·
3 revisions
Warning: Wiki should not be edited directly. Edit the files in the ./wiki/ folder instead and make a PR.
This page will document interesting design notes about GOOL and Drasil's code generator.
- GOOL's
int
type maps to 32-bit signed integers in most target languages, but in Python 3 the default integer type has unlimited precision, and this is used instead.
- Home
- Getting Started
- Documentation (of Drasil specifics)
- Design
-
Readings
- Drasil Papers and Documents
- Related Work and Inspiration
- Writing Documentation
- Compression as a Means to Learn Structure
- Glossary, Taxonomy, Ontology
- Grounded Theory
- Model Driven Scrapbook
- Model Transformation Languages
- ODE Definitions
- The Code Generator
- Suggested Reading
- Sustainability
- Productivity
- Reuse
- Formal Concept Analysis
- Generative Programming
- Software Documentation
- Units and Quantities
- Misc.
- WIP Projects