4.13.0 • Published 11 months ago

com.anupackages.antlr4 v4.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Attention

This repository is redistribution of ANTLR v4.

This repository is intended to provide ANTLR v4 by package registry server for Unity Package Manager.

Also it is used by some other ANU packages.

How to install

  • from git url: https://github.com/ANU-CHEEKI-BREEKI/com.anupackages.antlr4.git
  • from npm: add following to your Scoped Registries
  "scopedRegistries": [
    {
      "name": "ANU",
      "url": "https://registry.npmjs.org/",
      "scopes": [
        "com.anupackages"
      ]
    }
  ]

ANTLR v4

License

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build parse trees and also generates a listener interface (or visitor) that makes it easy to respond to the recognition of phrases of interest.