You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… the runtime library (#983)
Closes#981
1. Exposes the `metaslang_graph_builder` functionality in the generated
languages runtime, parameterized with the language `KindTypes`.
2. Exercise the graph builder via a test in `testlang`.
3. Extracts the CLI command from `slang_solidity` into the runtime crate
to be able to easily reuse it from other generated languages.
4. Adds a new `build-graph` command to the common CLI commands to run a
source file through an arbitrary `.msgb` file and build a graph.
5. Expose the language's root non-terminal kind in the public API.
Items 1, 2 and 4 are only available when building with the private
feature flag `__graph_builder`.
Built from the CLI tool included in the
not_bin
directory in the graph builder crateThe text was updated successfully, but these errors were encountered: