https://github.com/silwalanish/clrparser
Simple implementation of CLR Parser.
https://github.com/silwalanish/clrparser
clr-parser typescript
Last synced: 10 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:41:43.000Z (over 3 years ago)
- Last Synced: 2025-04-04T18:22:03.006Z (about 1 year ago)
- Topics: clr-parser, typescript
- Language: TypeScript
- Homepage: https://silwalanish.github.io/clrparser/index.html
- Size: 1.47 MB
- Stars: 5
- Watchers: 1
- 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`.
[](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)