Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

semantic-ast

This package is concerned with the CodeGen generation of strongly-typed ASTs.

The provided semantic-ast executable is responsible for generating ASTs from language definitions. You can run it like so:

cabal run semantic-ast -- --language=JSON

You can also pass all to regenerate every language definition:

cabal run semantic-ast -- --language=all

Documentation