Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 856 Bytes

README.md

File metadata and controls

53 lines (31 loc) · 856 Bytes

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