Skip to content

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.
Clone this wiki locally