This library contains an AST and utilities for the high-level Basil IR language.
The main syntax is defined in module Basillang
.
A translation from the Basillang
to an ocamlgraph structure.
BasilIR
: The syntax tree generated by BNFC is contained in module.Basilloader
: Defines a visitor for the semi-concrete syntax.Module Common
.