Simple web based implementation of CLR Parser written in TypeScript v3.7.4
.
Make sure you have installed node.js.
Note: Tested in Node v12.7.0
Install yarn
Note: Tested with Yarn 1.19.2
Install all dependencies.
yarn
Build
yarn build
[Optional] Build with watch
yarn watch
Open index.html
with a modern web browser.
Generate documentation
yarn docs