Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```