1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
semantic/semantic-ast
2020-09-16 18:38:36 -04:00
..
app work around quirks 2020-09-16 18:38:36 -04:00
src hack around this on the client side 2020-09-09 20:04:08 -04:00
BUILD.bazel Regenerate everything. 2020-09-16 18:25:24 -04:00
CHANGELOG.md create semantic-ast 2019-09-10 14:07:58 -04:00
LICENSE Update LICENSE 2019-10-16 13:56:40 -04:00
README.md Iterate. 2020-09-15 19:38:16 -04:00
semantic-ast.cabal no point in running this in cabal 2020-09-09 20:23:47 -04:00
Setup.hs create semantic-ast 2019-09-10 14:07:58 -04:00

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