Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phochste/antlr-typescript-example
A basic example how to create an ANTLR program in typescript
https://github.com/phochste/antlr-typescript-example
Last synced: about 1 month ago
JSON representation
A basic example how to create an ANTLR program in typescript
- Host: GitHub
- URL: https://github.com/phochste/antlr-typescript-example
- Owner: phochste
- Created: 2023-11-06T12:21:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T13:10:43.000Z (about 1 year ago)
- Last Synced: 2024-10-30T16:09:33.974Z (3 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# antlr-typescript-example
A basic example how to create an ANTLR program in typescript.
## Dependencies
Antlr4
On OSX
```
brew install antlr
```## Usage
```
npm run grammar
npm run build
npm run demo
```