Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #550

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Deprecated Package - use ANTLR4 directly instead

This package is out of maintenance and has been superceded by the standard [ANTLR4 package](https://github.com/antlr/antlr4).

You find instructions how to install it here:
https://github.com/antlr/antlr4/blob/master/doc/getting-started.md

Guidelines how to generate and use TypeScript targets and runtime you can find here:
https://github.com/antlr/antlr4/blob/master/doc/typescript-target.md


# antlr4ts - TypeScript/JavaScript target for ANTLR 4

[![Join the chat at https://gitter.im/tunnelvisionlabs/antlr4ts](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tunnelvisionlabs/antlr4ts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down