id int64 0 563 | file_name stringlengths 4 38 | file_path stringlengths 16 123 | content stringlengths 126 1.72M | size int64 126 1.8M | language stringclasses 1
value | extension stringclasses 1
value | total_lines int64 4 74.3k | avg_line_length float64 6.01 89.8 | max_line_length int64 33 3.68k | alphanum_fraction float64 0.33 0.95 | repo_name stringclasses 95
values | repo_stars int64 0 50 | repo_forks int64 0 14 | repo_open_issues int64 0 34 | repo_license stringclasses 7
values | repo_extraction_date stringclasses 11
values | sha stringlengths 64 64 | exact_dupe_TheStackV2 bool 2
classes | exact_dupe_TheStack bool 2
classes | exact_dupe_RedPajama bool 2
classes | exact_dupe_GithubCode bool 2
classes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
117 | MySqlLexer.g4 | qiub649691422_demo-sharding/src/main/java/com/demo/sharding/advance/MySqlLexer.g4 | /*
MySQL (Positive Technologies) grammar
The MIT License (MIT).
Copyright (c) 2015-2017, Ivan Kochurkin (kvanttt@gmail.com), Positive Technologies.
Copyright (c) 2017, Ivan Khudyashev (IHudyashov@ptsecurity.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated... | 54,782 | ANTLR | .g4 | 1,110 | 47.217117 | 96 | 0.349217 | qiub649691422/demo-sharding | 1 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:26 PM (Europe/Amsterdam) | 6fb4fc2507aa2803e4874d8048af0b7d69528c3cfa33da6d2785c77686b4095d | true | true | false | false |
118 | MySqlParser.g4 | qiub649691422_demo-sharding/src/main/java/com/demo/sharding/advance/MySqlParser.g4 | parser grammar MySqlParser;
options { tokenVocab=MySqlLexer; }
// Top Level Description
root
: sqlStatements? MINUSMINUS? EOF
;
sqlStatements
: (sqlStatement MINUSMINUS? SEMI? | emptyStatement)*
(sqlStatement (MINUSMINUS? SEMI)? | emptyStatement)
;
sqlStatement
: ddlStatement | dmlStatemen... | 78,747 | ANTLR | .g4 | 2,157 | 31.133055 | 179 | 0.601898 | qiub649691422/demo-sharding | 1 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:26 PM (Europe/Amsterdam) | 2474336dc577f0be8e3ea457744a7ba4c186bb0e25e0aa7646c6e61fcce611be | true | true | false | false |
119 | SelectExample.g4 | qiub649691422_demo-sharding/src/main/java/com/demo/sharding/advance/SelectExample.g4 | grammar SelectExample;
AS : A S;
SELECT : S E L E C T;
FROM : F R O M;
TABLE : T A B L E;
MAX : M A X;
SUM : S U M;
AVG : A V G;
MIN : M I N;
COUNT ... | 4,334 | ANTLR | .g4 | 161 | 23.84472 | 104 | 0.466618 | qiub649691422/demo-sharding | 1 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:26 PM (Europe/Amsterdam) | 0f169945169c014905d14e5f76a5394d72058f2c08915d7f06b93905ceb251c3 | true | true | false | false |
120 | AnnotatedAspCore2ILFGrammar.g4 | tobiasberei_ts-aspcore2-parser/src/grammar/AnnotatedAspCore2ILFGrammar.g4 | grammar AnnotatedAspCore2ILFGrammar;
WS : [ \t\r\n] -> skip;
DIGIT : [0-9];
ANNOTATION_START : '%**';
ANNOTATION_END : '**%';
RULE : 'rule';
RULES: 'rules';
BLOCK : 'block';
NAME : 'name';
TEST : 'test';
CONSTRAINT: 'constraint';
SCOPE : 'scope';
PROGRAM_FILES: 'programFiles';
INPUT : 'input';
INPUT_FILES : 'inputFil... | 8,235 | ANTLR | .g4 | 364 | 19.008242 | 117 | 0.690953 | tobiasberei/ts-aspcore2-parser | 1 | 0 | 12 | GPL-3.0 | 9/19/2024, 2:49:26 PM (Europe/Amsterdam) | 44a061918f2b5af11b68295bf458f62b80143a831e28009f7428a02f922c63cf | false | false | false | false |
121 | AspCore2ILFGrammar.g4 | tobiasberei_ts-aspcore2-parser/src/grammar/AspCore2ILFGrammar.g4 | grammar AspCore2ILFGrammar;
WS : (' ' | '\t' | '\r' | '\n') -> skip;
fragment DIGIT : ('0'..'9');
ANNOTATION_START : '%**';
ANNOTATION_END : '**%';
RULE : 'rule';
RULES: 'rules';
BLOCK : 'block';
NAME : 'name';
TEST : 'test';
CONSTRAINT: 'constraint';
SCOPE : 'scope';
PROGRAM_FILES: 'programFiles';
INPUT : 'input';
I... | 4,154 | ANTLR | .g4 | 194 | 18.474227 | 76 | 0.650955 | tobiasberei/ts-aspcore2-parser | 1 | 0 | 12 | GPL-3.0 | 9/19/2024, 2:49:26 PM (Europe/Amsterdam) | 83c250f3c536c7611f98f42583dfad78468e0ae2a4b6623b343f3518314410e9 | false | false | false | false |
122 | Plantuml.g4 | yte424_plantuml-grammar/Plantuml.g4 | grammar Plantuml;
/*
* Parser Rules
*/
plantumlfile : STARTFILE title (umlclass)+ EMDFILE;
name : WORD ;
umlclass : class_declaration ;
/*
* Lexer Rules
*/
//https://github.com/antlr/grammars-v4/blob/master/csharp/CSharpLexer.g4
OPEN_BRACE : '{';
CLOSE_BRACE : '}';
PAR... | 2,009 | ANTLR | .g4 | 65 | 28.8 | 95 | 0.610881 | yte424/plantuml-grammar | 1 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:26 PM (Europe/Amsterdam) | ec69fdf4bbddb0e42a476e41d84507ac3573c75a7cb66a2a5a489a20fea0a730 | false | false | false | false |
123 | MySqlLexer.g4 | slifin_honeySQL-parser/src/sql_translation/MySqlLexer.g4 | /*
MySQL (Positive Technologies) grammar
The MIT License (MIT).
Copyright (c) 2015-2017, Ivan Kochurkin (kvanttt@gmail.com), Positive Technologies.
Copyright (c) 2017, Ivan Khudyashev (IHudyashov@ptsecurity.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associate... | 52,756 | ANTLR | .g4 | 1,070 | 47.130841 | 96 | 0.347019 | slifin/honeySQL-parser | 1 | 0 | 0 | EPL-1.0 | 9/19/2024, 2:49:26 PM (Europe/Amsterdam) | a7e1c6880b125ae0488b4cf78855eb803233b27771822f11249837f05fa9c96a | true | true | false | false |
124 | MySqlParser.g4 | slifin_honeySQL-parser/src/sql_translation/MySqlParser.g4 | /*
MySQL (Positive Technologies) grammar
The MIT License (MIT).
Copyright (c) 2015-2017, Ivan Kochurkin (kvanttt@gmail.com), Positive Technologies.
Copyright (c) 2017, Ivan Khudyashev (IHudyashov@ptsecurity.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associate... | 75,637 | ANTLR | .g4 | 2,089 | 30.90809 | 98 | 0.603849 | slifin/honeySQL-parser | 1 | 0 | 0 | EPL-1.0 | 9/19/2024, 2:49:26 PM (Europe/Amsterdam) | f4bb3770516a6a9ebdfe3b30a44a4b790c86ef7823b203ea184703a1856180d4 | false | false | false | false |
125 | Python3.g4 | ablozhou_apple/test/Python3.g4 | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 Bart Kiers Copyright (c) 2019 Robert Einhorn
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
* including withou... | 12,705 | ANTLR | .g4 | 269 | 41.67658 | 204 | 0.682383 | ablozhou/apple | 1 | 0 | 2 | GPL-3.0 | 9/19/2024, 2:49:26 PM (Europe/Amsterdam) | 12be79969f5beb6db86f66cd366d2459dedbf7d0a5431e7f627012ad3db33195 | false | false | false | false |
126 | Hello.g4 | ablozhou_apple/test/Hello.g4 | grammar Hello;
r: 'hello' ID; // match keyword hello followed by an identifier
ID: [a-z]+; // match lower-case identifiers
WS: [ \t\r\n]+ -> skip; // skip spaces, tabs, newlines | 177 | ANTLR | .g4 | 4 | 43.5 | 63 | 0.683908 | ablozhou/apple | 1 | 0 | 2 | GPL-3.0 | 9/19/2024, 2:49:26 PM (Europe/Amsterdam) | 77f85daa5c88da7cc0542b7e47afd361ea893749b05dfcd82baa9d5e83baf08a | true | true | false | false |
127 | Apple.g4 | ablozhou_apple/antlr/src/main/antlr4/Apple.g4 | grammar Apple;
// Author: Andy zhou <ablozhou@gmail.com>
// Date 2019.8.15
@header {package com.abloz.antlr;}
prog: (stmt)*;
stmt: expr ((NEWLINE|';'))* # express
| NEWLINE # newLine
;
expr: expr op=(MUL|DIV) expr # MulDiv
| expr op=(ADD|SUB) expr # AddSub
| INT ... | 866 | ANTLR | .g4 | 36 | 21.611111 | 69 | 0.470231 | ablozhou/apple | 1 | 0 | 2 | GPL-3.0 | 9/19/2024, 2:49:26 PM (Europe/Amsterdam) | a64cd7e80f325aed9604ac63498ffbfe87038e3ebb4068f8787a777c9f83aac7 | false | false | false | false |
128 | langGrammar.g4 | Af4rinz_antlr-parser/langGrammar.g4 | grammar langGrammar;
program: (preProcess)* (classDec | varDec)* EOF;
preProcess: (
(VAR '=' REQUIRE VAR)
| (VAR '=' FROM VAR REQUIRE VAR)
) ';';
statement: assignExp';'
| varDec
| forRange
| forIt
| whileLoop
| ifStatement
| switchStatement
| doWhileLoop
| incDecStatement
| (functionCall';')
| block... | 3,619 | ANTLR | .g4 | 106 | 32.424528 | 135 | 0.566189 | Af4rinz/antlr-parser | 1 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:26 PM (Europe/Amsterdam) | 98fe6ef1b6cb8981732c4a07ec6251e17c74e66ee7412f61dc7032e33083106c | false | false | false | false |
129 | As3.g4 | dservgun_as3g4/codegen/src/grammars/As3.g4 | /**
Conversion effort to convert the g3 file to g4
*/
/*
* AS3.g3
*
* Copyright (c) 2005 Martin Schnabel
* Copyright (c) 2006-2008 David Holroyd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the... | 31,021 | ANTLR | .g4 | 785 | 35.243312 | 105 | 0.57542 | dservgun/as3g4 | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 24b68f37b579e2be0c34cd0c283f4e2e7b508f9b421f5f51a9cb0c0a88182609 | false | false | false | false |
130 | PlSqlLexer.g4 | sqlest_sql-parser/src/main/resources/org/ej/parser/sql/oracle/PlSqlLexer.g4 | /**
* Oracle(c) PL/SQL 11g Parser
*
* Copyright (c) 2009-2011 Alexandre Porcelli <alexandre.porcelli@gmail.com>
* Copyright (c) 2015-2017 Ivan Kochurkin (KvanTTT, kvanttt@gmail.com, Positive Technologies).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c... | 108,240 | ANTLR | .g4 | 2,344 | 45.058874 | 124 | 0.427458 | sqlest/sql-parser | 0 | 0 | 0 | LGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | d2fe2b442ff5cc41bdd8658644cfb2d40b86e5910d699b7835af394339a61891 | true | true | false | false |
131 | PlSqlParser.g4 | sqlest_sql-parser/src/main/resources/org/ej/parser/sql/oracle/PlSqlParser.g4 | /**
* Oracle(c) PL/SQL 11g Parser
*
* Copyright (c) 2009-2011 Alexandre Porcelli <alexandre.porcelli@gmail.com>
* Copyright (c) 2015-2017 Ivan Kochurkin (KvanTTT, kvanttt@gmail.com, Positive Technologies).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c... | 57,334 | ANTLR | .g4 | 2,216 | 21.33574 | 156 | 0.644633 | sqlest/sql-parser | 0 | 0 | 0 | LGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | dd96fe6f7cae2faf74af60ed11b854119c69ba6bdffc1d43dcaec418873639db | false | false | false | false |
132 | C.g4 | raduiosif_c-expr/C.g4 | /*
[The "BSD licence"]
Copyright (c) 2013 Sam Harwell
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of con... | 24,664 | ANTLR | .g4 | 813 | 26.426814 | 178 | 0.637496 | raduiosif/c-expr | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 1b2530d807d942bf5fb7e6d58957b5082971a34db6ecd594e0574289745334a2 | false | false | false | false |
133 | Lua.g4 | FCChinen_T1Compiladores/Lua.g4 | grammar Lua;
@members {
public static String grupo="<496235 558400>";
}
/*
-------------------------------------------------------------------------
Regras léxicas
-------------------------------------------------------------------------
*/
// Regra para pular fim de linha e espaços
WS
: (' '
| '\t'
... | 4,310 | ANTLR | .g4 | 131 | 29.877863 | 124 | 0.530523 | FCChinen/T1Compiladores | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 284885be6f3c03ccda9227872c25c291379def76d948d9342bd4dd021b982538 | false | false | false | false |
134 | Anasint.g4 | pl-project-etsii_procesador/src/Anasint.g4 | parser grammar Anasint;
options{
tokenVocab=Analex;
}
sentencia : variables asignaciones iteraciones EOF; //añadir secciones de subprogramas e instrucciones
variables : VARIABLES (lista_variables)+;
lista_variables : IDENT COMA lista_variables
| IDENT DP tipo PyC
;
tipo : SEQ PA tipo PC //al ser recursivo se ... | 1,562 | ANTLR | .g4 | 44 | 32.204545 | 110 | 0.718375 | pl-project-etsii/procesador | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 8ba28fc4ebc40cf76af4559264e30ad158b6b14fb687abb8353fe3f7020f9095 | false | false | false | false |
135 | Analex.g4 | pl-project-etsii_procesador/src/Analex.g4 | lexer grammar Analex;
BLANCO: ' ' ->skip;
TABULADOR: '\t'->skip;
FIN_LINEA: '\r'?'\n' ->skip;
fragment DIGITO: [0-9];
fragment LETRA:[a-zA-Z];
NUM: 'NUM';
VARIABLES: 'VARIABLES';
ASIGNACIONES : 'ASIGNACIONES';
ITERACIONES: 'ITERACIONES';
LOG: 'LOG';
SEQ: 'SEQ';
NUMERO : ('-')?DIGITO+;
IDENT : LETRA(LETRA|DIGITO)*;
MAYO... | 634 | ANTLR | .g4 | 35 | 17.142857 | 47 | 0.555 | pl-project-etsii/procesador | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | a8973cb51fa3aed10f702211710086e41442e31cd60712b8ed92651738b70cee | false | false | false | false |
136 | dash.g4 | danielverh_VmProgrammingLanguage/grammar/dash.g4 | grammar dash;
statement: expression ';' | operation | block;
operation: ifOp;
ifOp: IF expression SELECT statement
(|(ELSEIF expression SELECT statement))
(|(ELSE SELECT statement));
block: L_CURLY_BRACKET statement* R_CURLY_BRACKET;
expression:
INT |
FLOAT
;
ELSEIF: 'else if';
IF: 'if';
ELSE: 'els... | 636 | ANTLR | .g4 | 30 | 19.333333 | 50 | 0.59129 | danielverh/VmProgrammingLanguage | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | aa85ab6d6431a50ec15106efd783da3397fa019a41cbe0df5bb5e21e0e8d07ee | false | false | false | false |
137 | FCSParser.g4 | clarin-eric_fcs-ql/src/main/antlr4/eu/clarin/sru/fcs/qlparser/FCSParser.g4 | parser grammar FCSParser;
options { tokenVocab=FCSLexer; }
/*
* Parser for FCS Core FCS-QL version 2.0
* 20150501- /ljo
*/
query
: main_query (WITHIN within_part)? EOF
;
main_query
: query_simple
| query_group
| query_sequence
| query_disjunction
;
query_disjunction
: (query_sim... | 2,234 | ANTLR | .g4 | 89 | 20.191011 | 90 | 0.657932 | clarin-eric/fcs-ql | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 05e469f2ece104cfff6376aeeff4731d4ff5cbb9f896386d2022487bd8e6ea5b | false | false | false | false |
138 | FCSLexer.g4 | clarin-eric_fcs-ql/src/main/antlr4/eu/clarin/sru/fcs/qlparser/FCSLexer.g4 | lexer grammar FCSLexer;
/*
* Lexer part of parser for FCS Core FCS-QL version 2.0
* default mode
* 20150501- /ljo
*/
L_PAREN: '(';
R_PAREN: ')';
L_SQUARE_BRACKET: '[';
R_SQUARE_BRACKET: ']';
OR: '|';
AND: '&';
NOT: '!';
FWD_SLASH: '/';
L_CURLY_BRACKET: '{';
R_CURLY_BRACKET: '}';
Q_ONE_OR_MORE: '+';
Q_ZERO_OR_MOR... | 2,597 | ANTLR | .g4 | 114 | 18.017544 | 87 | 0.466011 | clarin-eric/fcs-ql | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 8f76f7c40e7885e6fb2f7fd5fe7039ee69d58d21534844e25898d03c7c147945 | false | false | false | false |
139 | LexBasic.g4 | cjsoftware-plugin_Antlr4SyntaxRailroadDiagram/antlrshared/LexBasic.g4 | /*
* [The "BSD license"]
* Copyright (c) 2014-2015 Gerald Rosenberg
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above cop... | 4,714 | ANTLR | .g4 | 224 | 17.852679 | 83 | 0.571332 | cjsoftware-plugin/Antlr4SyntaxRailroadDiagram | 0 | 1 | 2 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 13e455c56fadb9395292dbf75268e17165c06a252c28285068d89d95dc9a5e7f | true | true | false | false |
141 | KotlinLexer.g4 | cjsoftware-plugin_Antlr4SyntaxRailroadDiagram/src/test/resources/antlr_kotlin/KotlinLexer.g4 | /**
* Kotlin Grammar for ANTLR v4
*
* Based on:
* http://jetbrains.github.io/kotlin-spec/#_grammars_and_parsing
* and
* http://kotlinlang.org/docs/reference/grammar.html
*
* Tested on
* https://github.com/JetBrains/kotlin/tree/master/compiler/testData/psi
*/
lexer grammar KotlinLexer;
import UnicodeClasses;... | 15,355 | ANTLR | .g4 | 515 | 27.712621 | 103 | 0.659196 | cjsoftware-plugin/Antlr4SyntaxRailroadDiagram | 0 | 1 | 2 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 224786c70142d4075c0321f9ad1239ccf4fa7d82ab8e40b15803f4175da78f39 | true | true | false | false |
142 | KotlinParser.g4 | cjsoftware-plugin_Antlr4SyntaxRailroadDiagram/src/test/resources/antlr_kotlin/KotlinParser.g4 | /**
* Kotlin Grammar for ANTLR v4
*
* Based on:
* http://jetbrains.github.io/kotlin-spec/#_grammars_and_parsing
* and
* http://kotlinlang.org/docs/reference/grammar.html
*
* Tested on
* https://github.com/JetBrains/kotlin/tree/master/compiler/testData/psi
*/
parser grammar KotlinParser;
options { tokenVocab... | 14,551 | ANTLR | .g4 | 640 | 18.489063 | 139 | 0.708058 | cjsoftware-plugin/Antlr4SyntaxRailroadDiagram | 0 | 1 | 2 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 5426f006926179e297675ce799c4e3b30221489d56b7dd3c13161331762b3510 | true | true | false | false |
143 | Swift5Lexer.g4 | cjsoftware-plugin_Antlr4SyntaxRailroadDiagram/src/test/resources/antlr_swift5/Swift5Lexer.g4 | lexer grammar Swift5Lexer;
@lexer::header {
import java.util.Stack;
}
@lexer::members {
Stack<Integer> parenthesis = new Stack<Integer>();
@Override
public void reset(){
super.reset();
parenthesis.clear();
}
}
AS: 'as';
ALPHA: 'alpha';
BREAK: 'break';
CASE: 'case';
CATCH: 'catch';
CLASS: 'class';
CONTINUE: '... | 8,901 | ANTLR | .g4 | 359 | 23.233983 | 94 | 0.69325 | cjsoftware-plugin/Antlr4SyntaxRailroadDiagram | 0 | 1 | 2 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 74df841302f7ed7f380568dc01dfed2f02d3522a4792ccbec59752f33f4826f3 | true | false | false | false |
144 | Swift5Parser.g4 | cjsoftware-plugin_Antlr4SyntaxRailroadDiagram/src/test/resources/antlr_swift5/Swift5Parser.g4 | parser grammar Swift5Parser;
options {
tokenVocab = Swift5Lexer;
}
top_level: statements? EOF;
// Statements
statement:
(
loop_statement
| declaration
| branch_statement
| labeled_statement
| control_transfer_statement
| defer_statement
| do_statement
| expression
) SEMI?
| compiler_control_state... | 31,241 | ANTLR | .g4 | 1,076 | 26.995353 | 187 | 0.792371 | cjsoftware-plugin/Antlr4SyntaxRailroadDiagram | 0 | 1 | 2 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | e7f106938c449efc75a965efeca7eb3f73419d204e87b78987b50b948c84634e | false | false | false | false |
145 | TypeScriptParser.g4 | cjsoftware-plugin_Antlr4SyntaxRailroadDiagram/src/test/resources/antlr_typescript/TypeScriptParser.g4 | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 by Bart Kiers (original author) and Alexandre Vitorelli (contributor -> ported to CSharp)
* Copyright (c) 2017 by Ivan Kochurkin (Positive Technologies):
added ECMAScript 6 support, cleared and transformed to the universal grammar.
* Copyright (c) 2018 by Juan ... | 22,328 | ANTLR | .g4 | 700 | 27.741429 | 174 | 0.617405 | cjsoftware-plugin/Antlr4SyntaxRailroadDiagram | 0 | 1 | 2 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 53e8d64ec5a7d181463ad08e266e08c7494923744841631146a385884eb0a6d4 | true | false | false | false |
146 | TypeScriptLexer.g4 | cjsoftware-plugin_Antlr4SyntaxRailroadDiagram/src/test/resources/antlr_typescript/TypeScriptLexer.g4 | lexer grammar TypeScriptLexer;
channels { ERROR }
options {
superClass=TypeScriptLexerBase;
}
MultiLineComment: '/*' .*? '*/' -> channel(HIDDEN);
SingleLineComment: '//' ~[\r\n\u2028\u2029]* -> channel(HIDDEN);
RegularExpressionLiteral: '/' RegularExpressionFirstChar... | 8,311 | ANTLR | .g4 | 246 | 31.146341 | 132 | 0.458021 | cjsoftware-plugin/Antlr4SyntaxRailroadDiagram | 0 | 1 | 2 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 9fc7f71d4228c828a9f4135b834a6c6511aa6f86a86968c6964235a6680272b2 | true | true | false | false |
147 | ANTLRv4Lexer.g4 | cjsoftware-plugin_Antlr4SyntaxRailroadDiagram/src/main/antlr/com/cjsoftware/antlr4docgen/parser/ANTLRv4Lexer.g4 | /*
* [The "BSD license"]
* Copyright (c) 2012-2015 Terence Parr
* Copyright (c) 2012-2015 Sam Harwell
* Copyright (c) 2015 Gerald Rosenberg
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* ... | 7,932 | ANTLR | .g4 | 327 | 21.553517 | 161 | 0.651602 | cjsoftware-plugin/Antlr4SyntaxRailroadDiagram | 0 | 1 | 2 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 6d291ccd3d5bc9f640bb5e18b821b92b95b361713c600b3032dead782e7387b4 | true | false | false | false |
148 | ANTLRv4Parser.g4 | cjsoftware-plugin_Antlr4SyntaxRailroadDiagram/src/main/antlr/com/cjsoftware/antlr4docgen/parser/ANTLRv4Parser.g4 | /*
* [The "BSD license"]
* Copyright (c) 2012-2014 Terence Parr
* Copyright (c) 2012-2014 Sam Harwell
* Copyright (c) 2015 Gerald Rosenberg
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* ... | 7,670 | ANTLR | .g4 | 316 | 21.056962 | 130 | 0.710187 | cjsoftware-plugin/Antlr4SyntaxRailroadDiagram | 0 | 1 | 2 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 6c3f7e926fddf3efd357a17bcdf0fa288242a2057907b7704ad5c539694b5d5e | false | false | false | false |
149 | Common.g4 | baekhyunwook_test_fuzzyc/Common.g4 | grammar Common;
import ModuleLex, Action;
unary_operator : '&' | '*' | '+'| '-' | '~' | '!';
relational_operator: ('<'|'>'|'<='|'>=');
constant
: HEX_LITERAL
| OCTAL_LITERAL
| DECIMAL_LITERAL
| BINARY_LITERAL
| STRING
| MULTILINE_STRING
| CHAR
| FLOATING_POINT_LITERAL
;
/... | 6,052 | ANTLR | .g4 | 124 | 43.524194 | 128 | 0.597723 | baekhyunwook/test_fuzzyc | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 025be7b6ac133db2342c14bf463395f33b22ef4103fcadd9be23334d0a3aea40 | false | false | false | false |
150 | Action.g4 | baekhyunwook_test_fuzzyc/Action.g4 | // Grammar for C++ runtime actions
grammar Action;
import ModuleLex;
@header {
#include <stack>
}
@parser::members {
void skipToEndOfObject() {
std::stack<char> curly_stack;
int t = _input->LA(1);
while (t != antlr4::Token::EOF &&
!(curly_stack.empty() && t == CLOSING_CURLY)) {
if (t... | 1,374 | ANTLR | .g4 | 46 | 23.543478 | 60 | 0.533384 | baekhyunwook/test_fuzzyc | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | fa5defe0144c2d08a3ba41a75fcd57eda713da131e4f0b808235b4973b86f78b | false | false | false | false |
151 | ModuleLex.g4 | baekhyunwook_test_fuzzyc/ModuleLex.g4 | lexer grammar ModuleLex;
// Keywords shared among C/C++/Java
IF: 'if'; ELSE: 'else'; FOR: 'for'; WHILE: 'while';
BREAK: 'break'; CASE: 'case'; CONTINUE: 'continue';
SWITCH: 'switch'; DO: 'do';
GOTO: 'goto'; RETURN: 'return';
TYPEDEF: 'typedef';
EXTERN: 'extern';
VOID: 'void'; UNSIGNED: 'unsigned'; SIGNED: 'signed... | 2,508 | ANTLR | .g4 | 81 | 28.506173 | 75 | 0.549979 | baekhyunwook/test_fuzzyc | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 1ce8c516ef9429ded2fc115542b92942bea271db06ad7678d180a4c75c6d2850 | true | true | false | false |
152 | Module.g4 | baekhyunwook_test_fuzzyc/Module.g4 | grammar Module;
import ModuleLex, Common;
/*
Copyright (C) 2013 Fabian 'fabs' Yamaguchi <fabs@phenoelit.de>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the Li... | 3,705 | ANTLR | .g4 | 68 | 50.441176 | 120 | 0.692585 | baekhyunwook/test_fuzzyc | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | dfd9becc804302d753cb9e25d866891409436d580d25388981c1cb16899d7ab2 | false | false | false | false |
153 | Function.g4 | baekhyunwook_test_fuzzyc/Function.g4 | grammar Function;
import ModuleLex, Common;
statements: (pre_opener
| pre_closer
| pre_else pre_proc_skip_to_end
| statement)*;
statement: opening_curly
| closing_curly
| block_starter
| jump_statement
| label
| simple_decl
| ex... | 3,250 | ANTLR | .g4 | 78 | 33.423077 | 105 | 0.578428 | baekhyunwook/test_fuzzyc | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | afc2df95bb968f69c47b6577c75227e0c820fe1d1733cebc24ed023aa95ca674 | false | false | false | false |
154 | SCLang.g4 | shervinemp_VA-Project/SCLang.g4 | // Filename: SCLang.g4
grammar SCLang;
script : definition* ;
definition : conditionBlock? visibility actionBlock effectBlock? metaData?;
conditionBlock : '@' logicExpr ;
visibility : 'pub' | 'priv' ;
actionBlock : entityGroup '.' method argsWrapper ;
effectBlock : '->' logicExpr ;
metaData : '{' metaBl... | 1,692 | ANTLR | .g4 | 42 | 39.047619 | 79 | 0.609146 | shervinemp/VA-Project | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 08da2bd93496b2e8f5a8224a509498ac7a5f78dbbe5bd2d63886ebec59249a62 | false | false | false | false |
155 | CoolLexer.g4 | sowgali_COOL-Compiler/Lexer/CoolLexer.g4 | lexer grammar CoolLexer;
tokens{
ERROR,
TYPEID,
OBJECTID,
BOOL_CONST,
INT_CONST,
STR_CONST,
LPAREN,
RPAREN,
COLON,
ATSYM,
SEMICOLON,
COMMA,
PLUS,
MINUS,
STAR,
SLASH,
TILDE,
LT,
EQUALS,
LBRACE,
RBRACE,
DOT,
DARROW,
LE,
ASSIGN,
CLASS,
ELSE,
FI,
IF,
IN,
INHERITS,
LET,
LOOP,
POOL,
THEN,
... | 5,576 | ANTLR | .g4 | 200 | 25.305 | 165 | 0.587565 | sowgali/COOL-Compiler | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 15db9b540520e334e45782590729aa73784e937f124f2403b2b74104cb9eb962 | false | false | false | false |
156 | CoolLexer.g4 | sowgali_COOL-Compiler/Lexer/src/CoolLexer.g4 | lexer grammar CoolLexer;
tokens{
ERROR,
TYPEID,
OBJECTID,
BOOL_CONST,
INT_CONST,
STR_CONST,
LPAREN,
RPAREN,
COLON,
ATSYM,
SEMICOLON,
COMMA,
PLUS,
MINUS,
STAR,
SLASH,
TILDE,
LT,
EQUALS,
LBRACE,
RBRACE,
DOT,
DARROW,
LE,
ASSIGN,
CLASS,
ELSE,
FI,
IF,
IN,
INHERITS,
LET,
LOOP,
POOL,
THEN,
... | 7,166 | ANTLR | .g4 | 263 | 23.410646 | 165 | 0.574938 | sowgali/COOL-Compiler | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 2851a4c16c8487fda4ed3416e7986ee642cddf51993a020552cc1050226529e6 | false | false | false | false |
157 | CoolLexersuk.g4 | sowgali_COOL-Compiler/Lexer/src/grammar/CoolLexersuk.g4 | lexer grammar CoolLexer;
tokens{
ERROR,
TYPEID,
OBJECTID,
BOOL_CONST,
INT_CONST,
STR_CONST,
LPAREN,
RPAREN,
COLON,
ATSYM,
SEMICOLON,
COMMA,
PLUS,
MINUS,
STAR,
SLASH,
TILDE,
LT,
EQUALS,
LBRACE,
RBRACE,
DOT,
DARROW,
LE,
ASSIGN,
CLASS,
ELSE,
FI,
IF,
IN,
INHERITS,
LET,
LOOP,
POOL,
THEN,
... | 5,322 | ANTLR | .g4 | 187 | 26.395722 | 165 | 0.593671 | sowgali/COOL-Compiler | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 14d40f8b005a513514e54be3fb51ff7b20b4e5b14729f70d2f48e45df20403b7 | true | false | false | false |
160 | log4j2.xml | jsanzmex_java-nr-extensions-extractor/src/main/resources/log4j2.xml | <?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
<Appenders>
<File name="RollingFileAppender" fileName="extensions.log" immediateFlush="false" append="true">
<PatternLayout pattern="%d{yyy-MM-dd HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
</File>
<Cons... | 675 | ANTLR | .g4 | 17 | 32.176471 | 104 | 0.60091 | jsanzmex/java-nr-extensions-extractor | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 4655cf160fdfe9b3a6065a5c0ccc90e74551d5f833e31677a2c6e83d13ad32c9 | false | false | false | false |
161 | Java8Parser.g4 | jsanzmex_java-nr-extensions-extractor/src/main/antlr4/com/sopristec/extractor/Java8Parser.g4 | /*
* [The "BSD license"]
* Copyright (c) 2014 Terence Parr
* Copyright (c) 2014 Sam Harwell
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code... | 25,474 | ANTLR | .g4 | 1,104 | 21.047101 | 133 | 0.772051 | jsanzmex/java-nr-extensions-extractor | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 9dadeea7a09925ba4ba596889c3fec8ae1ac7cc3bc6d7958457e6dee2201ccd6 | false | false | false | false |
162 | Java8Lexer.g4 | jsanzmex_java-nr-extensions-extractor/src/main/antlr4/com/sopristec/extractor/Java8Lexer.g4 | /*
* [The "BSD license"]
* Copyright (c) 2014 Terence Parr
* Copyright (c) 2014 Sam Harwell
* Copyright (c) 2019 Student Main (Make it universal)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditio... | 20,061 | ANTLR | .g4 | 1,053 | 17.153846 | 122 | 0.624399 | jsanzmex/java-nr-extensions-extractor | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 7ab97587c1f689c81f84e677b1b385ec75d75976ac5a79cbf4655db733345fcf | false | false | false | false |
163 | JavaScriptLexer.g4 | luwrain_grammar/src/main/antlr4/org/luwrain/antlr/js/JavaScriptLexer.g4 | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 by Bart Kiers (original author) and Alexandre Vitorelli (contributor -> ported to CSharp)
* Copyright (c) 2017-2020 by Ivan Kochurkin (Positive Technologies):
added ECMAScript 6 support, cleared and transformed to the universal grammar.
* Copyright (c) 2018 by ... | 9,215 | ANTLR | .g4 | 231 | 38.181818 | 138 | 0.607479 | luwrain/grammar | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | ee63a4b879d278ab6d7e9c72eb84dcc8401e97f0add457cacf19a01c2a317a56 | false | false | false | false |
164 | JavaScriptParser.g4 | luwrain_grammar/src/main/antlr4/org/luwrain/antlr/js/JavaScriptParser.g4 | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 by Bart Kiers (original author) and Alexandre Vitorelli (contributor -> ported to CSharp)
* Copyright (c) 2017-2020 by Ivan Kochurkin (Positive Technologies):
added ECMAScript 6 support, cleared and transformed to the universal grammar.
* Copyright (c) 2018 by ... | 16,292 | ANTLR | .g4 | 489 | 29.075665 | 140 | 0.610093 | luwrain/grammar | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 4ca79e5bf5c1ed0ca76dbbe44486b265356da52c87c9f5f0bf84e53768752765 | false | false | false | false |
165 | LaTeX.g4 | luwrain_grammar/src/main/antlr4/org/luwrain/antlr/latex/LaTeX.g4 | /*
ANTLR4 LaTeX Math Grammar
Ported from latex2sympy by @augustt198 https://github.com/augustt198/latex2sympy See license in
LICENSE.txt
*/
grammar LaTeX;
WS: [ \t\r\n]+ -> skip;
THINSPACE: ('\\,' | '\\thinspace') -> skip;
MEDSPACE: ('\\:' | '\\medspace') -> skip;
THICKSPACE: ('\\;' | '\\thickspace') -> skip;
QU... | 5,388 | ANTLR | .g4 | 241 | 20.568465 | 96 | 0.631114 | luwrain/grammar | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 6b805ae0c245ad6a68efb7898e2f85c3d7990e56b2039c777839732f7686c999 | false | false | false | false |
166 | Lilypond.g4 | luwrain_grammar/src/main/antlr4/org/luwrain/antlr/ly/Lilypond.g4 |
grammar Lilypond;
/*
@header{
package org.luwrain.antlr.ly;
}
*/
music
: musicUnit* EOF
;
musicUnit
: command | note | String
;
command
: '\\' Ident
;
seq
: '{' IDENT '}'
;
note
: NoteName Oct? Duration?
;
NoteName
: ('a' | 'b')
;
Oct
: (',' | ',,')
;
Duration
: ('1' | '2' | '4' | '8' | '... | 445 | ANTLR | .g4 | 39 | 9.102564 | 46 | 0.489796 | luwrain/grammar | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | a5fbb38814464a5289bc68bf2eec45548e2a33528ed2abfbb27aafa9426f00fc | false | false | false | false |
167 | Java.g4 | luwrain_grammar/src/main/antlr4/org/luwrain/antlr/java/Java.g4 | /*
* [The "BSD license"]
* Copyright (c) 2014 Terence Parr
* Copyright (c) 2014 Sam Harwell
* Copyright (c) 2017 Chan Chung Kwong
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
... | 33,444 | ANTLR | .g4 | 1,527 | 19.956123 | 133 | 0.759728 | luwrain/grammar | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | b3fe1bfbef9b90dc2d63d0d69aa090e45df2ee428c45f626c028727ab5b05728 | true | false | false | false |
168 | ANTLRv4Lexer.g4 | rbarzic_antlr2insta/grammars/ANTLRv4Lexer.g4 | /*
* [The "BSD license"]
* Copyright (c) 2014 Terence Parr
* Copyright (c) 2014 Sam Harwell
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code... | 9,260 | ANTLR | .g4 | 287 | 29.56446 | 97 | 0.57607 | rbarzic/antlr2insta | 0 | 1 | 0 | EPL-1.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 00d36f20fded9d5ee3b359e9ce1539a869065d69e956f0560285387b8321de06 | true | true | false | false |
169 | ANTLRv4Parser.g4 | rbarzic_antlr2insta/grammars/ANTLRv4Parser.g4 | /*
* [The "BSD license"]
* Copyright (c) 2013 Terence Parr
* Copyright (c) 2013 Sam Harwell
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code... | 6,428 | ANTLR | .g4 | 305 | 18.868852 | 77 | 0.753877 | rbarzic/antlr2insta | 0 | 1 | 0 | EPL-1.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 9cdd889c2046dc13f6a3faf8e3cfb9cb81adf955c921267e40a8513649314310 | true | true | false | false |
170 | Python3.g4 | bartfrenk_entish/src/antlr/Python3.g4 | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 by Bart Kiers
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use... | 26,984 | ANTLR | .g4 | 1,077 | 22.619313 | 148 | 0.577816 | bartfrenk/entish | 0 | 0 | 0 | EPL-1.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 382e9519e425f2b8983e3701e16f3eea7b5543a89ac20f578b51aacbb76364b9 | true | true | false | false |
171 | Entish.g4 | bartfrenk_entish/src/antlr/Entish.g4 | /*
* The MIT License (MIT)
*
* Copyright (c) 2014 by Bart Kiers
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use... | 27,035 | ANTLR | .g4 | 1,078 | 22.642857 | 148 | 0.578036 | bartfrenk/entish | 0 | 0 | 0 | EPL-1.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | b7cf3e7305a67591bdd3d448320d57dbd8f901dcdd211242ada6767192dc17cd | false | false | false | false |
172 | TerraformLexer.g4 | tycarac_antlr-grammar/terraform/TerraformLexer.g4 | // $antlr-format on
lexer grammar TerraformLexer;
tokens{STRING, BOOL}
/* Syntax HCL - https://github.com/hashicorp/hcl/blob/hcl2/hclsyntax/spec.md
*/
// Other
WS : [ \t\r\n]+ -> skip;
COMMENT : (INLINE_COMMENT | LINE_COMMENT) -> skip;
// Fragments
fragment SYMBOL ... | 1,687 | ANTLR | .g4 | 43 | 37.953488 | 88 | 0.355392 | tycarac/antlr-grammar | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 797f269204255adf25f1f7618a9657387d052640029d504595e42ac893148214 | false | false | false | false |
173 | TerraformParser.g4 | tycarac_antlr-grammar/terraform/TerraformParser.g4 | // $antlr-format on
parser grammar TerraformParser;
options { tokenVocab=TerraformLexer; }
root
: (attribute | block)* EOF
;
block
: IDENTIFIER STRING* BRACKET_LCURLY (attribute | block)* BRACKET_RCURLY
;
attribute
: IDENTIFIER OP_ASSIGN (literal | expression | array | dictionary)
;
// E... | 1,226 | ANTLR | .g4 | 52 | 19.807692 | 81 | 0.685616 | tycarac/antlr-grammar | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 22a5fc60e5fa1615197a389813118c91105b5e2bf2a7b78738e5f40a0126feb1 | false | false | false | false |
174 | FreemarkerParser.g4 | tycarac_antlr-grammar/freemarker/FreemarkerParser.g4 | // $antlr-format on
parser grammar FreemarkerParser;
options { tokenVocab=FreemarkerLexer; }
/*
https://freemarker.apache.org/docs/dgui_template_exp.html#exp_cheatsheet
https://freemarker.apache.org/docs/ref_directive_alphaidx.html
*/
root
: (tag | interpolation | content)* EOF
;
// Tags
tag
... | 2,500 | ANTLR | .g4 | 87 | 24.62069 | 114 | 0.688545 | tycarac/antlr-grammar | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | b3b28f2c9513a754505744e41f275887ac223f69f0499b3291a58cec0c15dcb4 | false | false | false | false |
175 | FreemarkerLexer.g4 | tycarac_antlr-grammar/freemarker/FreemarkerLexer.g4 | // $antlr-format on
lexer grammar FreemarkerLexer;
tokens{STRING}
/*
Alternative syntax: https://freemarker.apache.org/docs/dgui_misc_alternativesyntax.html
Expressions: https://freemarker.apache.org/docs/dgui_template_exp.html
Notes:
1. #{ and }, but that shouldn't be used anymore; https://freemarker.apache.org/doc... | 4,523 | ANTLR | .g4 | 108 | 40.564815 | 122 | 0.367366 | tycarac/antlr-grammar | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 6de026f832c4691d2f284cfb5cbb83bc795132499dfd8d64a3763624b53c354f | false | false | false | false |
176 | mdql.g4 | MDQL_dsl/mdql.g4 | grammar MDQL;
query: view fields FROM table (WHERE filters)? EOF;
view: TASKLIST | LIST | TABLE;
fields: FIELD (',' FIELD)*;
filters: attr_filter (AND attr_filter)*;
attr_filter: FIELD COMPARE_OPERATOR STRING_LITERAL;
table: TASKS | DOCUMENTS;
COMPARE_OPERATOR: (OP_EQUALS | OP_NOTEQUALS | OP_CONTAINS);
OP_EQUALS: '='... | 660 | ANTLR | .g4 | 22 | 28.909091 | 59 | 0.63522 | MDQL/dsl | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | ca76faf4545227ec2a9889471140aa8c267f4ea0aaca7eb32fb4dcf97186dc80 | false | false | false | false |
177 | Json.g4 | ThinhPTran_learnANTLR/grammars/Json.g4 | /*
BSD License
Copyright (c) 2013, Rainer Schuster
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions a... | 2,569 | ANTLR | .g4 | 95 | 24.915789 | 73 | 0.724786 | ThinhPTran/learnANTLR | 0 | 0 | 0 | EPL-1.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 9129d36ba1546572d5f2ae898a872813c633dbf0b02feef047a950612b9a4b12 | true | true | false | false |
178 | contract.g4 | CanChenExeter_Solidity-ANTLR-File/contract.g4 |
// Based on solidity version 0.8.15
grammar contract;
sourceUnit
: '// SPDX-License-Identifier: GPL-3.0' '\n' pragmaDirective (contractDefinition | libraryDefinition | interfaceDefinition )* EOF;
pragmaDirective
: 'pragma solidity ^0.8.15' ';' ;
versionConstraint
: versionOperator | VersionLiteral ;
vers... | 14,943 | ANTLR | .g4 | 378 | 35.343915 | 383 | 0.697888 | CanChenExeter/Solidity-ANTLR-File | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | e915ca882467a1dd0008393d93599d4e441d63f0ccf59a4e1c8dac65f5d6118f | false | false | false | false |
179 | ParkingSignGrammar.g4 | steveobjectmethods_parking-signs/ParkingSignGrammar.g4 | /*
@licstart The following is the entire license notice for the
grammar in this file.
Copyright (C) 2020 Stephen V. Kowalski
steve@objectmethods.com
The grammar in this page is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free ... | 6,293 | ANTLR | .g4 | 201 | 29.666667 | 82 | 0.746697 | steveobjectmethods/parking-signs | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 5c66c0262785525892c08d5347cf70df27576f1259f5790ff1230e46fe0d0700 | false | false | false | false |
180 | Java8.g4 | Java2NetProject_JavaConverter/Java8.g4 | /*
* [The "BSD license"]
* Copyright (c) 2014 Terence Parr
* Copyright (c) 2014 Sam Harwell
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source cod... | 31,587 | ANTLR | .g4 | 1,457 | 19.72615 | 133 | 0.760458 | Java2NetProject/JavaConverter | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | b96f3803c86d00b1a2ea61ae59830430a39d478483983c09401f50b2ab56921a | false | false | false | false |
182 | Scritty1.g4 | peteranton1_parsepy1/src/main/antlr4/scritty/Scritty1.g4 | /*
* Copyright (c) 2019 by Peter Anton
*
*/
grammar Scritty1;
// All comments that start with "///" are copy-pasted from
// The Python Language Reference
tokens { INDENT, DEDENT }
@lexer::members {
// A queue where extra tokens are pushed on (see the NEWLINE lexer rule).
private java.util.LinkedList<Token> t... | 25,852 | ANTLR | .g4 | 1,060 | 21.960377 | 148 | 0.569267 | peteranton1/parsepy1 | 0 | 0 | 1 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | a44a16c85195c6868c2812a894902f09afa525d2b1f3ace421ad552cbae63c00 | false | false | false | false |
183 | AFM.g4 | flamapy_afmparser/afmparser/AFM.g4 | grammar AFM;
//parser rules
//model
feature_model:
relationships_block attributes_block? constraints_block?;
//relationships block
relationships_block: '%Relationships' relationship_spec*;
relationship_spec:
init_spec (non_cardinal_spec | cardinal_spec)+ ';';
init_spec: SPACE? WORD SPACE? ':' SPACE?;
obligator... | 2,795 | ANTLR | .g4 | 94 | 28.170213 | 92 | 0.694496 | flamapy/afmparser | 0 | 0 | 1 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | f7181df101235bd5f03bb9043823da2ffd6660e35857337b301482e691e75b9a | false | false | false | false |
184 | CommandSkript.g4 | Zerthick_CommandSkript/src/main/antlr/io/github/zerthick/commandskript/CommandSkript.g4 | grammar CommandSkript;
@header {
package io.github.zerthick.commandskript;
}
script
: block EOF
;
block
: statement*
;
statement
: assignment ';'
| functionCall ';'
| ifStatement
| forStatement
| whileStatement
;
assignment
: Variable index? '=' expression #variableAs... | 4,596 | ANTLR | .g4 | 167 | 24.131737 | 70 | 0.488642 | Zerthick/CommandSkript | 0 | 0 | 0 | GPL-2.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | f04bd989c1fd89bfb81640ef0cb32207a3c829c16fafe47b6668b466e5416493 | false | false | false | false |
185 | pascal.g4 | matnut2_AutomataLab2/pascal.g4 | grammar pascal;
start : 'program' ID ';' 'var' decl_list main_code EOF ;
decl_list : decl | decl decl_list ;
decl : var_list ':' 'integer' ';' ;
var_list : ID | ID ',' var_list ;
main_code : code_block '.' ;
code_block: 'begin' st_list 'end' ;
st_list : statement | statement ';' st_list ;
stat... | 1,944 | ANTLR | .g4 | 44 | 42.522727 | 99 | 0.552072 | matnut2/AutomataLab2 | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 89e3f3da11606e4738fe63f7f0b25f537b796e4a3978a82868e475ab8c497378 | true | false | false | false |
186 | ElmerSolver.g4 | AltElmer_ElmerSolverParser/ElmerSolver.g4 | grammar ElmerSolver;
// options { language = Python3; }
// Parser Rules
statement: EndOfStatment;
statement_list: statement+;
// section: SectionName statement_list End;
section:
'Header' statement_list End
| 'Simulation' statement_list End
| 'Constants' statement_list End
| 'Body ' Integer statement_list End... | 1,055 | ANTLR | .g4 | 32 | 31 | 61 | 0.671642 | AltElmer/ElmerSolverParser | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 01e8de2c3ab4f761f01eb977337587e643191645b3ee3023a06c2a557c16eacf | false | false | false | false |
187 | qLua.g4 | DasDarki_qLua/assets/qLua.g4 | /*
qLua grammer based on Lua grammer by the following authors:
BSD License
Copyright (c) 2013, Kazunori Sakamoto
Copyright (c) 2016, Alexander Alexeev
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. R... | 11,867 | ANTLR | .g4 | 417 | 23.501199 | 152 | 0.641042 | DasDarki/qLua | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | a0d12552bb8a903701cac7b85cabc9eeab583305235606efd6d6301382badce0 | false | false | false | false |
188 | ANTLRv4Lexer.g4 | babeloff_boot-antlr4-parser/src_antlr4/ANTLRv4Lexer.g4 | /*
* [The "BSD license"]
* Copyright (c) 2012-2015 Terence Parr
* Copyright (c) 2012-2015 Sam Harwell
* Copyright (c) 2015 Gerald Rosenberg
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* ... | 9,404 | ANTLR | .g4 | 426 | 19.176056 | 82 | 0.641311 | babeloff/boot-antlr4-parser | 0 | 0 | 1 | EPL-1.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 72940d6fa7d6303160e22dc9d803cb629598d5e209849a21e94cfd8299922b6f | false | false | false | false |
190 | ANTLRv4LiterateParser.g4 | babeloff_boot-antlr4-parser/src_antlr4/ANTLRv4LiterateParser.g4 | parser grammar ANTLRv4LiterateParser;
options
{ tokenVocab = ANTLRv4Lexer; }
import ANTLRv4Parser;
literaryGrammarSpec : (literarySpec | grammarSpec) ;
literarySpec : DOC_COMMENT ; | 187 | ANTLR | .g4 | 6 | 29.166667 | 52 | 0.820225 | babeloff/boot-antlr4-parser | 0 | 0 | 1 | EPL-1.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 537edc4c67149b8a9b3f3296ac9aefb7141c2e7796f82e76e592dd3917aca90f | false | false | false | false |
191 | ANTLRv4Parser.g4 | babeloff_boot-antlr4-parser/src_antlr4/ANTLRv4Parser.g4 | /*
* [The "BSD license"]
* Copyright (c) 2012-2014 Terence Parr
* Copyright (c) 2012-2014 Sam Harwell
* Copyright (c) 2015 Gerald Rosenberg
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* ... | 7,565 | ANTLR | .g4 | 313 | 21.207668 | 143 | 0.717546 | babeloff/boot-antlr4-parser | 0 | 0 | 1 | EPL-1.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | e98e3c0f7d4de265ad82b8254aa1fd33ed74cab0080105c72c5a448c928eeb86 | true | true | false | false |
192 | BatteryManagementBoard-In3_Cu(GND).g4 | Eldalote_Divelamp/KiCadProject/BatteryManagementBoard/Fab/BatteryManagementBoard-In3_Cu(GND).g4 | %TF.GenerationSoftware,KiCad,Pcbnew,(6.0.9)*%
%TF.CreationDate,2023-02-03T11:40:43+01:00*%
%TF.ProjectId,BatteryManagementBoard,42617474-6572-4794-9d61-6e6167656d65,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Copper,L4,Inr*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, ... | 85,321 | ANTLR | .g4 | 3,355 | 24.430999 | 104 | 0.914099 | Eldalote/Divelamp | 0 | 0 | 0 | GPL-2.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | fa8d99f2528863d1eaf9ed068554276e46f468c38fdcb9971feef8fcf6447d85 | false | false | false | false |
193 | Pytanga.g4 | Diego6699_Pytanga/gramatica/Pytanga.g4 | grammar Pytanga;
INTEIRO: 'inteiro';
REAL: 'flutuante';
CADEIA_CARACTERE: 'cadeia';
LISTA_UNIFORME: 'lista';
LISTA_DIVERSA: 'matriz';
ABRE_CHAVE: '{';
FECHA_CHAVE: '}';
ABRE_COLCHETE: '[';
FECHA_COLCHETE: ']';
ABRE_PARENTESE: '(';
FECHA_PARENTESE: ')';
PONTE_E_VIRGULA: ';';
ASPAS_DUPLAS: '"';
DOIS_PONTOS: ':';
PONTO:... | 1,551 | ANTLR | .g4 | 63 | 22.714286 | 116 | 0.691366 | Diego6699/Pytanga | 0 | 1 | 1 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 173749bf43b4f535c30a954e60f01eb1c8794baa08f4a4b5387ace55d108f78a | false | false | false | false |
194 | BPP.g4 | missimer_b-plus-plus/Compiler/grammar/BPP.g4 | /*
[The "BSD licence"]
Copyright (c) 2013 Sam Harwell
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of con... | 19,348 | ANTLR | .g4 | 784 | 20.811224 | 178 | 0.641526 | missimer/b-plus-plus | 0 | 0 | 0 | GPL-2.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 1ea122e2891131bcb33fca505b13adfb754c5ee84edf6edf1d66da57f3d86ba9 | false | false | false | false |
195 | vb.g4 | steave6_vbtranslator/vbgrammer/src/main/vbgrammer/vb.g4 | grammar vb;
start: Start;
// 2. Lexical grammar
LogicalLineStart
: LogicalLine*
;
LogicalLine
: LogicalLineElement* Comment? LineTerminator
;
LogicalLineElement
: WhiteSpace
| LineContinuation
| Token
;
Token
: Identifier
| Keyword
| Literal
| Separator
| Operat... | 53,608 | ANTLR | .g4 | 2,033 | 21.915396 | 119 | 0.703363 | steave6/vbtranslator | 0 | 0 | 1 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | aa89cd6159c45fb27aff0ffe6dfd0898cb33cd458871445f4be958f7f50850cc | true | false | false | false |
196 | VBLexer.g4 | steave6_vbtranslator/vbgrammer/src/main/vbgrammer/VBLexer.g4 | lexer grammar VBLexer;
// 2. Lexical grammar
CHARACTER:
'<Any Unicode character except a LineTerminator>'
;
LINETERMINATOR
: '<Unicode 0x00D>'
| '<Unicode 0x00A>'
| '\r'
| '\n'
| '\u2028'
| '\u2029'
;
fragment NewLine
: '\u000D'
| '\u000A'
| '\r'
| '\n'
| '\u... | 53,099 | ANTLR | .g4 | 1,999 | 22.117059 | 119 | 0.703707 | steave6/vbtranslator | 0 | 0 | 1 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | db71bb2311d3817375f5e703e91cfa15fdc89207a43bc4304cc650ba5c13d363 | false | false | false | false |
197 | Parser.g4 | wadoon_antlr4-doc/examples/Parser.g4 | grammar Parser;
/**
# Parser Rule
**entry function**
dfsdafsdasdafsda
sdafsda
fsda
fsdafsda
f
sdafsaf
*/
equation
: expression relop expression
;
powExpression
: signedAtom (POW signedAtom)*
;
signedAtom
: PLUS signedAtom
| MINUS signedAtom
| func
| atom
;
atom
: scientific
| va... | 1,648 | ANTLR | .g4 | 158 | 6.955696 | 58 | 0.502481 | wadoon/antlr4-doc | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 496dc95df487db5a77c7793a1f04e2a04834e1a64c9dd03cb71aaaece3d901bd | false | false | false | false |
198 | ANTLRv4Lexer.g4 | wadoon_antlr4-doc/src/main/antlr4/ANTLRv4Lexer.g4 | /*
* [The "BSD license"]
* Copyright (c) 2012-2015 Terence Parr
* Copyright (c) 2012-2015 Sam Harwell
* Copyright (c) 2015 Gerald Rosenberg
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* ... | 9,522 | ANTLR | .g4 | 429 | 18.979021 | 85 | 0.627656 | wadoon/antlr4-doc | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 0ebbe7e442539865bc089a209632e13e613a6661814db82efde15b33b32f3c57 | true | true | false | false |
200 | ANTLRv4Parser.g4 | wadoon_antlr4-doc/src/main/antlr4/ANTLRv4Parser.g4 | /*
* [The "BSD license"]
* Copyright (c) 2012-2014 Terence Parr
* Copyright (c) 2012-2014 Sam Harwell
* Copyright (c) 2015 Gerald Rosenberg
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* ... | 7,707 | ANTLR | .g4 | 314 | 21.22293 | 143 | 0.706838 | wadoon/antlr4-doc | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 793385d75b28852671a1b94cc2cf812a54ed32bcc630b26dc5556994a9d0439f | true | true | false | false |
201 | Jasm.g4 | Parisoft_ninjava/ninjava-plugin/src/main/antlr4/Jasm.g4 | grammar Jasm;
file
: (header? EOL)+ dtClass EOL*
;
header
: comment
| dtImport
| iNesMap
| iNesPrg
| iNesChr
| iNesMir
| nes2ChrRAM
| nes2PrgRAM
| nes2Sub
| nes2TV
| nes2VS
| nes2BRAM
| nes2ChrBRAM
;
directive
: dtImport
| dtClass
| dtField
| ... | 7,611 | ANTLR | .g4 | 610 | 9.286885 | 110 | 0.511229 | Parisoft/ninjava | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 6ed473fddfb5fbdc928a45bf7cd62dda1767991f3fbfa9ec3ff76d668f8bae9c | false | false | false | false |
202 | makelex.g4 | Icraus_MakefileGrammar/makelex.g4 | lexer grammar makelex;
COMMENT: '#' ~('\r' | '\n')* '\r'? '\n' -> skip;
WS: [ \r\n] -> skip;
INCLUDE: 'include';
DASH: '-';
DEFINE: 'define';
ENDEF: 'endef';
EQUAL: '=';
TARGETSEP: ':' ':'?;
VARSEP: ':' ':'? '=';
VARNOT: '!=';
PLUSEQUAL: '+=';
ELEQUAL: '?=';
EXPORT: 'export';
UNEXPORT: 'unexport';
VPATH: 'vpath';
OV... | 672 | ANTLR | .g4 | 31 | 19.419355 | 62 | 0.476744 | Icraus/MakefileGrammar | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 8e1180bf367fc05564c80a8ba3929c99c32d5c86b9f581248095ab2c0708f916 | false | false | false | false |
203 | make.g4 | Icraus_MakefileGrammar/make.g4 | grammar make;
options { tokenVocab=makelex; }
makeFile : (nonblocks)* EOF;
nonblocks : directives | varDeclare | target | ifdefblock| defineBlock | ifblock;
directives: export | unexport | includeDirective | vpath | overrideD ;
includeDirective : DASH ? INCLUDE name+ ;
export: EXPORT (name | varDeclare?);
unexport :... | 1,086 | ANTLR | .g4 | 27 | 37.444444 | 83 | 0.756385 | Icraus/MakefileGrammar | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | da5517fc4f9fb886f37358e2fa3f958473b6143de325ab4167a7818300774467 | false | false | false | false |
204 | horizon.g4 | leanderlombardi_horizon/horizon.g4 | grammar horizon;
// BASIC
program
:
line* EOF
;
line
:
command
| assignment
| functionCall
| functionBlock
| functionalFunctionBlock
| ifBlock
| whileBlock
| classBlock
| returnStatement
| expression
| reassignment
;
// COMMANDS
includeCommand
:
'include'
(
'<' LIBRARY '>'
)
|
(
'"' LIBRARY '"... | 2,447 | ANTLR | .g4 | 303 | 6.013201 | 33 | 0.525915 | leanderlombardi/horizon | 0 | 0 | 0 | GPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 5e4b17b09e5523cf0525ac140781cb76fcbcd973a244899f9bcec3d5b72c9d71 | false | false | false | false |
205 | DPLLexer.g4 | teragrep_pth_03/src/main/antlr4/com/teragrep/pth_03/antlr/DPLLexer.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 22,860 | ANTLR | .g4 | 404 | 53.175743 | 3,684 | 0.704767 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 2fb631fd7042c7f7b51433d21ac4f1b9b25db6df84513d0052f971155e1c52f1 | false | false | false | false |
206 | DPLParser.g4 | teragrep_pth_03/src/main/antlr4/com/teragrep/pth_03/antlr/DPLParser.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 7,800 | ANTLR | .g4 | 234 | 26.897436 | 114 | 0.68067 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 6316b2a3a1ad3307fa33052e6cc41b5c89fa4d63826fc0739ac7b714c92292af | false | false | false | false |
207 | DPLParserTransform_geomfilter.g4 | teragrep_pth_03/src/main/antlr4/imports/DPLParserTransform_geomfilter.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 2,620 | ANTLR | .g4 | 61 | 39.688525 | 153 | 0.764637 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | bf4dda2c94bce4a0a54952b01c15ea4553002419b9aebd2117189fa823ce93dc | false | false | false | false |
208 | DPLParserTransform_anomalousvalue.g4 | teragrep_pth_03/src/main/antlr4/imports/DPLParserTransform_anomalousvalue.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 3,204 | ANTLR | .g4 | 67 | 44.343284 | 290 | 0.785417 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 68440b25e6e9b1773d22c6d1e5b8093fa59cb327a448c5989df03ea9159fdef8 | false | false | false | false |
209 | DPLParserTransform_tstats.g4 | teragrep_pth_03/src/main/antlr4/imports/DPLParserTransform_tstats.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 5,966 | ANTLR | .g4 | 123 | 43.398374 | 473 | 0.750945 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 818c0a768e7ae5f13847619eef9e4cb5197a409ff34f572fe077571a928d8d4c | false | false | false | false |
210 | DPLParserTransform_mcatalog.g4 | teragrep_pth_03/src/main/antlr4/imports/DPLParserTransform_mcatalog.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 7,166 | ANTLR | .g4 | 117 | 55.769231 | 373 | 0.771132 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 3063a7eb6abcc49b8beff58dab8fb8827d6fb233c67d40e578fdf76687ac1dac | false | false | false | false |
211 | DPLParser_where_mode.g4 | teragrep_pth_03/src/main/antlr4/imports/DPLParser_where_mode.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 2,279 | ANTLR | .g4 | 49 | 44.285714 | 188 | 0.773991 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 9f570b9f644e9f825a81ac7e63e1654dbfa368ea8eb6965a6b4ed58379654d43 | false | false | false | false |
212 | COMMAND_APPEND_MODE.g4 | teragrep_pth_03/src/main/antlr4/imports/COMMAND_APPEND_MODE.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 2,916 | ANTLR | .g4 | 63 | 44.444444 | 98 | 0.751758 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 311dabfc9ea310f3d7038931f3b57fbf2d88b2c3b1cfafb60f9ea54ca3cdc8cd | false | false | false | false |
213 | DPLParserAggregations.g4 | teragrep_pth_03/src/main/antlr4/imports/DPLParserAggregations.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 9,848 | ANTLR | .g4 | 224 | 37.866071 | 222 | 0.748618 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 9ce6a7d9df32754d48ca11593a76fcf4c211c02916b37aa387472b6820a66176 | false | false | false | false |
214 | DPLParserTransform_scrub.g4 | teragrep_pth_03/src/main/antlr4/imports/DPLParserTransform_scrub.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 3,075 | ANTLR | .g4 | 70 | 40.157143 | 215 | 0.759973 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 423a7bdd43a051bf9a1b5864538e233c6e282ed68fcddf07748fb4cb95726acf | false | false | false | false |
215 | DPLParserTransform_timechart.g4 | teragrep_pth_03/src/main/antlr4/imports/DPLParserTransform_timechart.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 5,697 | ANTLR | .g4 | 126 | 40.111111 | 497 | 0.758397 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 3558e3bb67a996b1d738927a88c67b78a6ae94214652f1733767ea1042dec8b1 | false | false | false | false |
216 | COMMAND_DPL_MODE.g4 | teragrep_pth_03/src/main/antlr4/imports/COMMAND_DPL_MODE.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 5,308 | ANTLR | .g4 | 160 | 26.40625 | 101 | 0.523383 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | e83a6a0b46c8f9aa49a94698df185804d2d165937dce79a47afb3910f3142b0a | false | false | false | false |
217 | COMMAND_LOCALIZE_MODE.g4 | teragrep_pth_03/src/main/antlr4/imports/COMMAND_LOCALIZE_MODE.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 2,756 | ANTLR | .g4 | 60 | 44.066667 | 98 | 0.753348 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 4898c6c305555a2ce90d5ad9c3d7d298654574ad827b5c33ab63c5ec8538ad2a | false | false | false | false |
218 | DPLParserTransform_history.g4 | teragrep_pth_03/src/main/antlr4/imports/DPLParserTransform_history.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 2,242 | ANTLR | .g4 | 52 | 40.615385 | 98 | 0.770567 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 42a2d4d2038b043422330d38c22971a1c32f005d1924ff67538808eb43b664cc | false | false | false | false |
219 | COMMAND_X11_MODE.g4 | teragrep_pth_03/src/main/antlr4/imports/COMMAND_X11_MODE.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 5,450 | ANTLR | .g4 | 164 | 26.597561 | 102 | 0.526286 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | 2e57c38a2260df46a5a0569724cbd9745dc4350fa67387940075145f77cc3deb | false | false | false | false |
220 | DPLParserTransform_bin.g4 | teragrep_pth_03/src/main/antlr4/imports/DPLParserTransform_bin.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 2,833 | ANTLR | .g4 | 70 | 36.814286 | 189 | 0.753001 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | d9f06e6eddd33eb5f3381757f488f0763591d5fae84afaa6a8240a888d356265 | false | false | false | false |
221 | COMMAND_PREDICT_MODE.g4 | teragrep_pth_03/src/main/antlr4/imports/COMMAND_PREDICT_MODE.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 6,354 | ANTLR | .g4 | 177 | 29.672316 | 105 | 0.562267 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | cf801898857ba2143d7daba40e8fed467b241e10e05f23c51c49dd4e1234ebe8 | false | false | false | false |
222 | GET_FIELD.g4 | teragrep_pth_03/src/main/antlr4/imports/GET_FIELD.g4 | /*
* Teragrep Data Processing Language Parser Library PTH-03
* Copyright (C) 2019, 2020, 2021, 2022 Suomen Kanuuna Oy
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either versi... | 4,925 | ANTLR | .g4 | 156 | 24.730769 | 98 | 0.505248 | teragrep/pth_03 | 0 | 4 | 34 | AGPL-3.0 | 9/19/2024, 2:49:36 PM (Europe/Amsterdam) | c9896e944441f05b9ce7e510c9aad66e45cf9ffeee3dd211f5b70494f73c9c2f | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.