Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silwalanish/clrparser

Simple implementation of CLR Parser.
https://github.com/silwalanish/clrparser

clr-parser typescript

Last synced: 2 months ago
JSON representation

Simple implementation of CLR Parser.

Awesome Lists containing this project

README

        

# CLR Parser

Simple web based implementation of CLR Parser written in [TypeScript](https://www.typescriptlang.org/) `v3.7.4`.

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Build

Make sure you have installed [node.js](https://nodejs.org/en/).

**Note: Tested in Node `v12.7.0`**

Install [yarn](https://yarnpkg.com/lang/en/)

**Note: Tested with Yarn `1.19.2`**

Install all dependencies.

```bash
yarn
```

Build

```bash
yarn build
```

[Optional] Build with watch

```bash
yarn watch
```

## Run

Open `index.html` with a modern web browser.

[Live Demo](https://silwalanish.github.io/clrparser/index.html)

## Documentation

[Documentation Here](https://silwalanish.github.io/clrparser/docs/)

Generate documentation

```bash
yarn docs
```

## Open Source

[MIT License](LICENSE.txt)