ANTLR
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...
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
-
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. -
It might be go
- 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,
"-
Updated
Jun 7, 2020 - C++
IDL> a=hdf_open(/create)
a=hdf_open(/create)
^
% HDF_OPEN: Incorrect number of arguments.
GDL> a=hdf_open(/create)
% HDF_OPEN: Variable is undefined: <Undefined>
% Execution halted at: $MAIN$
-
Updated
Jun 5, 2020 - Groovy
-
Updated
Feb 11, 2020 - Java
-
Updated
Apr 29, 2020 - COBOL
-
Updated
May 17, 2020 - Java
None of the examples provided seem to show how/where observables fit in and their usage. It would be helpful to have an example or two for those like myself who are new to STIX. It seems that malicious-email-indicator-with-attachment.json and indicator-for-malicious-URL.json would both be perfect for adding this sort of example.
-
Updated
Jan 14, 2018 - Java
-
Updated
Aug 31, 2019 - Java
-
Updated
Sep 12, 2018 - Java
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
I am working to develop a library for the R programming langua