com.anupackages.antlr4

4.13.0 • Public • Published

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"
      ]
    }
  ]

249550660-a967a238-a5d5-41d8-8bcc-23e8c575dfcc


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.

/com.anupackages.antlr4/

    Package Sidebar

    Install

    npm i com.anupackages.antlr4

    Weekly Downloads

    1

    Version

    4.13.0

    License

    MIT

    Unpacked Size

    1.12 MB

    Total Files

    404

    Last publish

    Collaborators

    • anu-cheeki-breeki