Skip to content

silwalanish/clrparser

Repository files navigation

CLR Parser

Simple web based implementation of CLR Parser written in TypeScript v3.7.4.

License: MIT

Build

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

Run

Open index.html with a modern web browser.

Live Demo

Documentation

Documentation Here

Generate documentation

yarn docs

Open Source

MIT License