1.0.5 • Published 2 years ago

hyscript v1.0.5

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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago