@citrusworx/stenzil
v0.1.0
Published
Lexer, parser, and helper utilities for working with the Stenzil language.
Readme
@citrusworx/stenzil
Lexer, parser, and helper utilities for working with the Stenzil language.
Install
npm install @citrusworx/stenzilUsage
import { Stenzil } from "@citrusworx/stenzil";
const tokens = Stenzil.tokenize("example");
const ast = Stenzil.parse("example");Development
yarn workspace @citrusworx/stenzil build
yarn workspace @citrusworx/stenzil typecheck