mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
.. | ||
app | ||
src | ||
BUILD.bazel | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
semantic-ast.cabal | ||
Setup.hs |
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