1.0.5 • Published 3 years ago

hyscript v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years 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

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago