#
antlr4-grammar
Here are 69 public repositories matching this topic...
An OwO based, stack-oriented programming language
python
programming-language
python3
programming-languages
esoteric-programming-language
owo
antlr4-grammar
owo-whats-this
antlr4-python3
-
Updated
Jun 6, 2019 - Python
ProLeap ANTLR4-based parser for COBOL
-
Updated
Feb 5, 2021 - COBOL
Tree Search Language (TSL) is a wonderful search langauge.
-
Updated
Jun 30, 2021 - Go
ProLeap ANTLR4-based parser for Visual Basic 6.0
-
Updated
Nov 14, 2020 - Java
A useful Antlr4 tool with full TypeScript support
cli
npm
parser
typescript
es6
command-line
tool
antlr4
antlr4-grammar
antlr4-typescript
antlr-tool
antlr4-tool
-
Updated
Aug 10, 2021 - TypeScript
Tealang - high level language for Algorand ASC1 and TEAL
-
Updated
Jul 10, 2021 - Go
Open
Cache Action Result
DeflatedPickle
commented
Feb 11, 2020
Currently, when an action is performed (example: drawing a pixel), the action is re-performed when it's initially done and when it's re-done (after being undone).
If someone was to create a big canvas, fill it, then undo it, re-do it, the program might lag, as it's being re-performed every time.
To aid this, an action should be "cache-able", meaning that whatever the action does is saved to
Bringing a work-in-progress intelliSense to ye olde UnrealScript :)
-
Updated
Aug 11, 2021 - TypeScript
An Antlr4 implementation of xqDoc for XQuery
antlr
marklogic
xquery
antlr4
exist-db
basex
xquery-support
saxon
antlr4-grammar
code-documentation
xqdoc-comment
xqdoc-information
-
Updated
Oct 13, 2020 - Java
An Antlr4 Grammar for OPENQASM 2.0
-
Updated
Feb 21, 2018 - ANTLR
Java library to parse A2L files into an easy to use object structure.
java
parser
json
csharp
json-schema
calibration
antlr4
asam-mcd-2mc
asam
antlr4-grammar
antlr4-java
a2l
asap2
asap-2
a2l-files
-
Updated
Aug 29, 2021 - Java
An antlr4 grammar for parsing smali files.
-
Updated
Oct 29, 2018 - ANTLR
-
Updated
Sep 5, 2018 - Java
mainframe application portfolio analysis, antlr4 grammars and java for static analysis of cobol+cics+db2, jcl
analysis
static-analysis
cobol
db2
jcl
mainframe
antlr4-grammar
application-portfolio
application-portfolio-analysis
-
Updated
Sep 8, 2021 - Java
Kotlin (+ANTLR) parser for configuration files/save games generated by Paradox's Clausewitz engine (e.g. Stellaris)
-
Updated
Mar 14, 2019 - Kotlin
Toy programming language
-
Updated
Jun 16, 2020 - C#
YARS grammar
database
graph
grammar
antlr
semantic-web
antlr-grammar
antlr4
property-graph
rdf-graphs
grammar-checker
grammar-rules
grammar-parser
rdf-graph
antlr4-grammar
yars
-
Updated
Oct 27, 2020 - Java
GAP-Lint is a linter tool to detect errors and problems in GAP code
-
Updated
Jun 26, 2019 - JavaScript
A java parser that uses ANTLR4 to create an AST using the visitor pattern.
-
Updated
Sep 23, 2021 - ANTLR
ANTLR v4 grammar for parsing GraphQL (October 2016 spec)
-
Updated
Dec 17, 2017 - ANTLR
Feature Elements Section of Class in UML Extraction
-
Updated
Oct 26, 2018 - Java
BUFR (FM94) Grammar -- The repository contains a basic version of a BUFR grammar. The grammar is formulated in ANTLR.
-
Updated
Mar 30, 2020 - Java
lszeremeta / n3
Notation3 (N3) grammar
-
Updated
Oct 13, 2020 - ANTLR
YARS-PG grammar. The YARS-PG serialization is specially designed for property graphs
serialization
graph
grammar
databases
antlr
antlr-grammar
antlr4
graph-database
graph-databases
property-graph
grammar-checker
grammar-parser
antlr4-grammar
yars
yars-pg
yarspg
graph-serialization
yars-pg-grammar
-
Updated
Sep 15, 2021 - ANTLR
A text adventure API framework
game
c-plus-plus
xml
text
adventure-game
c-plus-plus-14
antlr4
text-adventure
help-wanted
adventure
antlr4-grammar
-
Updated
Jan 29, 2021 - C++
Lexer, Parser, Tree Drawer, Code Generator for Mini Java
-
Updated
Feb 18, 2020 - Java
Simple Search Query Engine
-
Updated
May 9, 2021 - JavaScript
A project created for Compiler course using Antlr.
-
Updated
Apr 4, 2019 - ANTLR
Improve this page
Add a description, image, and links to the antlr4-grammar topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the antlr4-grammar topic, visit your repo's landing page and select "manage topics."
When running the regression, the resulting logs seem to end up in
third_party/tests/$TEST/.... This of course is not unnoticed by git, so a git status shows a ton of non-added new files added.To reproduce:
make make regression git status # observe all the filesBuild or test artifacts should never clutter the rest of the code-base (we should regard them as read-only in