1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
semantic/semantic-ast/README.md
Patrick Thomson 99e635260c Iterate.
2020-09-15 19:38:16 -04:00

468 B

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