This is a JavaScript implementation of the Smithy Abstract Syntax Tree (AST) and parser. The AST is a data structure that represents a Smithy model. The parser is capable of parsing Smithy models and producing an AST.
yarn install
yarn run build:rollup
There is also a yarn run build:vite
script, but it is currently NOT used.