1.0.5 • Published 1 year ago

hyscript v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

hyscript

Building a simple compiler and interpreter in typescript.

Usage

pnpm add hyscript
import { Parser } from "hyscript"
const parser = new Parser()
console.log(parser.parser(`"Hello World";`))

License

MIT License © 2023 Dong HY

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago