Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/silwalanish/clrparser
- Owner: silwalanish
- License: mit
- Created: 2020-01-13T18:31:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:41:43.000Z (about 2 years ago)
- Last Synced: 2023-03-12T05:48:29.284Z (almost 2 years ago)
- Topics: clr-parser, typescript
- Language: TypeScript
- Homepage: https://silwalanish.github.io/clrparser/index.html
- Size: 1.47 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)