create-antlr4
Advanced tools
Comparing version 0.0.0-beta.0 to 0.0.0
{ | ||
"name": "create-antlr4", | ||
"version": "0.0.0-beta.0", | ||
"version": "0.0.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Hayden", |
# Create Antlr4 | ||
Using interactive command line to quickly create an ANTLR4 project. | ||
>[!TIP] | ||
>ANTLR4 requires java to generate from a g4 file, so check your local java environment before you start creating a project. You can run `java --version` to do some simple checks. | ||
@@ -25,3 +27,3 @@ ## Create An ANTLR4 Project | ||
## Built-in Templates | ||
+ Antlr4ng + TypeScript (Recommended) | ||
+ Antlr4 + JavaScript | ||
+ [Antlr4ng](https://github.com/mike-lischke/antlr4ng) + TypeScript (Recommended) | ||
+ [Antlr4](https://github.com/antlr/antlr4/blob/dev/doc/javascript-target.md) + JavaScript |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127790
2483
29