Giml
Giml Docs
Haddocks Index
The Giml implementation is separated into the following packages:
- giml-syntax - AST, parser and prettyprinter of the Giml language.
- giml-transform - Typing and transformations for Giml.
- giml-compiler - A compiler from Giml to JavaScript.
- giml-backend-js - Definition and backend of a subset of JavaScript used as a compilation target for Giml.