ANTLR has a sophisticated grammar development environment called ANTLRWorks, written by Jean Bovet. Terence Parr is the maniac behind ANTLR and has been working on language tools since 1989. He is a professor of computer science at the University of San Francisco. The definitive tutorial on ANTLR4. Learn everything you need to know; with code in JavaScript, Python, Java and C#. Best practices and tips included.
Package Details: antlrworks 2.1-3
ANTLRWorks can also visualize the parser decision-making process (implemented with lookahead state machines) to help figure out which input sequences predict which alternative productions. ANTLRWorks is guaranteed to provide the same parsing information as ANTLR because it uses ANTLR as a library to obtain lookahead and nondeterminism information. In this tutorial, I’ll show you how to create a simple programming language using ANTLR4 and Java. You’ll learn how to create a simple grammar, generate a parse tree for it, and interpret a program that conforms to it.
Antlrworks For Antlr4
Package Actions
- View PKGBUILD / View Changes
Git Clone URL: | https://aur.archlinux.org/antlrworks.git (read-only, click to copy) |
---|---|
Package Base: | antlrworks |
Description: | A netbeans-based grammar IDE for ANTLR |
Upstream URL: | http://tunnelvisionlabs.com/products/demo/antlrworks |
Licenses: | GPL |
Submitter: | will.price94 |
Maintainer: | Rubonnek |
Last Packager: | Rubonnek |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-16 09:46 |
Last Updated: | 2021-06-01 20:18 |
Antlrworks 2
Required by (0)
Rubonnek commented on 2021-05-20 14:51
will.price94 commented on 2021-05-19 07:54
Antlrworks V4
Hi @Rubonnek, I don't have time to maintain this. I've disowned the package so feel free to take over :)
Cached
Rubonnek commented on 2021-05-19 02:37
To run, antlrworks requires JRE 8:
This should be specified as a dependency.