Skip to content
#

ANTLR

antlr logo

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 and walk parse trees.

Here are 245 public repositories matching this topic...

NLKNguyen
NLKNguyen commented Mar 20, 2016

Hi Sam,

Thanks for the awesome work. I'm using this to build a language service for Visual Studio. Is there API documentation available? I currently have to drill down to the implementation to figure things out. It would be nice if there is documentation and various example snippets.

Also, since I'm just a beginner in VS extension and ANTLR, would you mind to give some kind of advice or referenc

BurtHarris
BurtHarris commented May 2, 2020
  1. The jsdoc comments in this package make heavy use of the {@link ...} feature. Unfortunately general support for this has been a longstanding wish list item for the TypeScript and VSCode teams, and there are problems implementing it as everyone would like. The results generated today for our jsdoc comments are not pretty.

  2. It might be go

kropptrevor
kropptrevor commented Feb 11, 2020
  • Issue Type: Bug
  • Extension Name: vscode-antlr4
  • Extension Version: 2.2.3
  • OS Version: Darwin x64 18.7.0
  • VSCode version: 1.42.0

The error seems to be thrown everytime I switch tabs.

{
	"messages": [],
	"activationTimes": {
		"codeLoadingTime": 11742,
		"activateCallTime": 30,
		"activateResolvedTime": 13,
		"activationReason": {
			"startup": false,
			"
bug
cronburg
cronburg commented Apr 12, 2019

Functions that get reified for which there was no concrete type signature (except perhaps a type class context) results in cryptic error messages like the following:

/home/karl/w/antlr-haskell/test/unit0/DupTermsGrammar.hs:13:5: error: 
    The exact Name ‘p_acHg’ is not in scope                           
      Probable cause: you used a unique Template Haskell name (NameU),
      perh

Created by Terence Parr

Released February 1992

Organization
antlr
Website
www.antlr.org
Wikipedia
Wikipedia

Related Topics

ast grammar language parser parser-generator parsing syntax-tree tokenize
You can’t perform that action at this time.