From d431fcd44357156817bc7960a006eebde4a0f3a5 Mon Sep 17 00:00:00 2001 From: 1R053 <1121003+1R053@users.noreply.github.com> Date: Fri, 17 May 2024 16:49:20 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index abcdf891..ea6f8005 100644 --- a/README.md +++ b/README.md @@ -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)