https://github.com/antlr/grammars-v4

sort by:
Revision Author Date Message Commit Date
b088834 Bump antlr.version from 4.10 to 4.10.1 Bumps `antlr.version` from 4.10 to 4.10.1. Updates `antlr4-runtime` from 4.10 to 4.10.1 - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt) - [Commits](https://github.com/antlr/antlr4/compare/4.10...4.10.1) Updates `antlr4-maven-plugin` from 4.10 to 4.10.1 - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt) - [Commits](https://github.com/antlr/antlr4/compare/4.10...4.10.1) Updates `antlr4` from 4.10 to 4.10.1 - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt) - [Commits](https://github.com/antlr/antlr4/compare/4.10...4.10.1) --- updated-dependencies: - dependency-name: org.antlr:antlr4-runtime dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.antlr:antlr4-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.antlr:antlr4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 18 April 2022, 20:07:35 UTC
2da9920 Merge pull request #2568 from antlr/dependabot/github_actions/actions/setup-node-3.1.1 Bump actions/setup-node from 3.1.0 to 3.1.1 18 April 2022, 12:59:57 UTC
d4975aa Bump actions/setup-node from 3.1.0 to 3.1.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 17 April 2022, 11:02:38 UTC
1fa83d3 Partial upgrade to Antlr 4.10 - part 2 * Fix version of Antlr to 4.9.3 until I can modify trgen and driver templates. * Fix JavaScript template driver code. * Updates for Antlr 4.10. * Update to NET 6 because trgen uses that, and NET5 is going out of support in a month. * Correct missing specification of what Antlr tool jar to use! * Add output of status for _scripts/test.ps1 so we know WTF is going on, e.g., what version of Antlr we want, what the javac call is, etc. Add quotes around the call 'get-antlr.ps1 4.10' because Powershell is very warped and takes version as 4.1. Update gitignore so when we test locally with '_scripts/test.ps1 Java' we don't have a git file system with dirty laundry of checkins. * Fix Dart dependency on Antlr (note "4.10" does not equal "4.10.0" in Dart). Add in debugging information into top-level GitHub Actions, because I can't tell what GitHub is doing. Output NET environment so I know what to build against. Fix the template _scripts/templates/Java/tester.psm1 because we have to pass not only the antlr tool but "." so the Java compiler doesn't freak out--I'm not confident as Java folks completely foobared CLASSPATH from the beginning. * Fix wrong framework for CSharp. Fix error listeners, Python3, * Fix C$ builds--bad Antlr4BuildTasks in popping messages off stack. * Update Antlr4BuildTasks to latest for .jar and java sharing. * Fix Cpp build with undocumented additions to CMakeLists.txt. * Fix Go target build--again, version of runtime tag to fetch was wrong! Add in set-up code for Go. 17 April 2022, 11:01:55 UTC
fbe41c7 Support CTE with create view statement in MySQL parser 14 April 2022, 13:05:02 UTC
51ecccf Upgrade Maven testing to Antlr 4.10. 13 April 2022, 16:20:16 UTC
06a69f6 Merge pull request #2566 from antlr/dependabot/github_actions/actions/setup-java-3 Bump actions/setup-java from 2 to 3 09 April 2022, 00:41:24 UTC
fa2a7ac Bump actions/setup-java from 2 to 3 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 08 April 2022, 20:05:55 UTC
70e5200 Merge pull request #2564 from antlr/dependabot/github_actions/actions/setup-node-3.1.0 Bump actions/setup-node from 3.0.0 to 3.1.0 04 April 2022, 01:32:23 UTC
85de957 Bump actions/setup-node from 3.0.0 to 3.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 01 April 2022, 20:05:29 UTC
e06acfa [MySQL] Support `OR REPLACE` when creating trigger Strictly speaking `CREATE OR REPLACE` trigger is not supported in MySQL [1], however, MariaDB supportes it [2]. [1] https://dev.mysql.com/doc/refman/8.0/en/create-trigger.html [2] https://mariadb.com/kb/en/create-trigger/ 31 March 2022, 09:42:28 UTC
2cb8c24 Merge pull request #2556 from montyz/typescript-target-for-ecmascript Ported the JavaScript version of ECMAScript.g4 to TypeScript 28 March 2022, 02:38:41 UTC
f2aad68 [PL/SQL] Support for new listagg syntax 25 March 2022, 12:54:31 UTC
579f1f3 Ported the JavaScript version of ECMAScript.g4 to TypeScript 23 March 2022, 21:13:43 UTC
02cdb0a [MySQL] Allow `ON` as an expression value `ON` can be used as a value for e.g. some server system variables like `unique_checks` [1]. [1] https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_unique_checks 23 March 2022, 11:18:46 UTC
f993098 [MySQL] Allow ANALYZE TABLES statement in MySQL grammar Besides `ANALYZE TABLE` statement MySQL allows also `ANALYZE TABLES` statement. Reflect it in MySQL grammar. 21 March 2022, 17:15:52 UTC
7abdd63 fix several issues in Verilog grammars 15 March 2022, 08:17:55 UTC
12e81a6 fix library_text related issues 15 March 2022, 08:17:55 UTC
de3fdbf Correcting non-ascii character crashes in various targets. 15 March 2022, 07:22:00 UTC
4f636ec Fixes for various targets, skips on Cpp, PHP 15 March 2022, 07:22:00 UTC
0fc72d8 Fix "self" name declared in pom.xml. 15 March 2022, 07:22:00 UTC
9bb7da8 Add SPASS grammar. 15 March 2022, 07:22:00 UTC
f271dae DBZ-4833 MySQL 5.7 - no viable alternative at input 'ALTER TABLE ORD_ALLOCATION_CONFIG CHANGE RANK' 14 March 2022, 08:44:06 UTC
9e09b35 [MySql] Handle CREATE INDEX IF NOT EXISTS (DBZ-4841 Debezium MariaDB #2543) 14 March 2022, 08:28:03 UTC
682768f Merge pull request #2545 from antlr/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.10.1 Bump maven-compiler-plugin from 3.10.0 to 3.10.1 12 March 2022, 16:07:42 UTC
f1539a5 Bump maven-compiler-plugin from 3.10.0 to 3.10.1 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.0 to 3.10.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.0...maven-compiler-plugin-3.10.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 11 March 2022, 20:04:56 UTC
bada1c4 Merge pull request #2544 from Claude-at-Instaclustr/CQL_Fixes Cql3 fixes 11 March 2022, 18:22:16 UTC
bdd386f Merge branch 'antlr:master' into CQL_Fixes 11 March 2022, 16:17:05 UTC
ec29bad Fixed tuple definition 11 March 2022, 16:11:35 UTC
3afb4aa removed duplicate alterTableDropColumns 11 March 2022, 16:05:54 UTC
cecaa09 Merge pull request #2540 from kaby76/issue-2539 Fix for #2539 08 March 2022, 21:57:43 UTC
b5b8d05 Fix for #2539--add python/python to testing, remove Antlr4cs target, rewrite CSharp files to use official Antlr4 code in Antlr4.Runtime.Standard. 08 March 2022, 12:34:17 UTC
b3e49c3 Merge pull request #2534 from lahiri-phdworks/master Added Grammar for KLEE KQuery Language. 06 March 2022, 22:59:11 UTC
2a09b36 Update skip-php.txt 06 March 2022, 18:08:50 UTC
d6608b7 Update KQuery.g4 06 March 2022, 18:08:01 UTC
31cc517 Merge pull request #2536 from mlorek/master #2506 - java 17 interface with permits clause 06 March 2022, 14:52:36 UTC
806f677 #2506 - interface with permits clause 06 March 2022, 12:21:25 UTC
2599c7a Update pom.xml 06 March 2022, 04:55:14 UTC
fda417f Added Entry to main pom.xml 06 March 2022, 03:28:04 UTC
01a8099 Modified Grammar & Added pom.xml 04 March 2022, 16:54:58 UTC
2ec0b7a Update KQuery.g4 03 March 2022, 18:12:03 UTC
59cb8b2 Update KQuery.g4 03 March 2022, 18:09:55 UTC
9bc3985 Update KQuery.g4 03 March 2022, 16:39:19 UTC
8dc7888 Create test4.kquery 03 March 2022, 16:38:39 UTC
8c448d8 Update KQuery.g4 03 March 2022, 15:59:23 UTC
bc79a14 Added Grammar for KLEE KQuery Language. 03 March 2022, 08:10:12 UTC
74e24cf Merge pull request #2533 from antlr/dependabot/github_actions/actions/checkout-3 Bump actions/checkout from 2.4.0 to 3 02 March 2022, 01:20:50 UTC
b4fc3e1 Merge pull request #2532 from kaby76/issue-2531 Fix for issue #2531 -- Fix swift-fin grammar with standardized grammar layout for testing 01 March 2022, 20:11:28 UTC
8f834c2 Bump actions/checkout from 2.4.0 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 01 March 2022, 20:04:41 UTC
c11c24d Fix swift-fin grammar with standardized grammar layout for testing. Fix symbol conflict with "map" for Python3. Add to CI builds. 01 March 2022, 16:30:08 UTC
b62fccd Merge pull request #2529 from candiduslynx/patch-1 Create LICENSE 01 March 2022, 02:54:43 UTC
4cbcf36 Create LICENSE 01 March 2022, 01:07:00 UTC
87a542e Merge pull request #2528 from antlr/dependabot/github_actions/actions/setup-python-3 Bump actions/setup-python from 2.3.2 to 3 28 February 2022, 21:49:14 UTC
1987097 Bump actions/setup-python from 2.3.2 to 3 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 28 February 2022, 20:05:36 UTC
dd7460a Merge pull request #2527 from antlr/dependabot/github_actions/actions/setup-node-3.0.0 Bump actions/setup-node from 2 to 3.0.0 24 February 2022, 22:39:16 UTC
5d01365 Bump actions/setup-node from 2 to 3.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 24 February 2022, 20:05:02 UTC
95a874d Merge pull request #2525 from antlr/dependabot/maven/org.sonatype.plugins-nexus-staging-maven-plugin-1.6.12 Bump nexus-staging-maven-plugin from 1.6.11 to 1.6.12 23 February 2022, 21:56:52 UTC
536fc38 Bump nexus-staging-maven-plugin from 1.6.11 to 1.6.12 Bumps nexus-staging-maven-plugin from 1.6.11 to 1.6.12. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 23 February 2022, 20:06:39 UTC
482b7be Merge pull request #2523 from teverett/history first commit 22 February 2022, 00:15:06 UTC
9c57032 first commit 21 February 2022, 17:47:35 UTC
2b101cd Merge pull request #2521 from msagca/master Rewritten Verilog and SystemVerilog Grammars 21 February 2022, 01:59:12 UTC
d1655ba fix MACRO_USAGE lexer rule 20 February 2022, 17:46:01 UTC
55aa4d1 fix performance issues 20 February 2022, 13:34:21 UTC
197ce7c get rid of MACRO_USAGE mode 20 February 2022, 12:25:30 UTC
ee5ab01 fix bugs, add examples 20 February 2022, 11:42:58 UTC
0b6f16f add systemverilog to skip-go.txt 18 February 2022, 13:11:58 UTC
5059a02 fix Go target symbol conflict 18 February 2022, 06:54:53 UTC
678bb6b fix start rule names in preprocessor grammars 18 February 2022, 06:38:20 UTC
fe7b6ec fix indentation 18 February 2022, 06:14:36 UTC
59b2a85 rewritten Verilog and SystemVerilog grammars, fixed many issues 18 February 2022, 06:08:29 UTC
2684521 Merge pull request #2510 from studentmain/php-test-improve improve php target tester, pin antlr4-php-runtime version 17 February 2022, 00:44:39 UTC
ca6809e Merge pull request #2507 from antlr/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.3.2 Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 16 February 2022, 22:34:44 UTC
7a2a402 Merge pull request #2519 from kaby76/issue-2508 Issue 2508 16 February 2022, 20:07:19 UTC
5fa45b7 improve php target tester, pin antlr4-php-runtime version 16 February 2022, 19:54:34 UTC
4810c93 Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 16 February 2022, 17:20:19 UTC
0e2a922 Merge pull request #2517 from antlr/dependabot/maven/org.sonatype.plugins-nexus-staging-maven-plugin-1.6.11 Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.11 16 February 2022, 17:18:10 UTC
e952eff Remaster the trees. Add script to remaster .tree files using trgen. 16 February 2022, 14:55:58 UTC
9e9260b Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.11 Bumps nexus-staging-maven-plugin from 1.6.8 to 1.6.11. --- updated-dependencies: - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 16 February 2022, 14:17:11 UTC
37a1519 Merge pull request #2513 from antlr/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.10.0 Bump maven-compiler-plugin from 3.9.0 to 3.10.0 16 February 2022, 14:09:39 UTC
18417e4 Add test for exprs. 16 February 2022, 12:21:30 UTC
275b91d Fix for expressions. #2508. 16 February 2022, 12:09:37 UTC
457499e Bump maven-compiler-plugin from 3.9.0 to 3.10.0 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.9.0...maven-compiler-plugin-3.10.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 16 February 2022, 02:17:32 UTC
906a3bb Merge pull request #2516 from kaby76/issue-2515 Fix PHP build--4.9.3 Antlr tool must use 0.5.1 PHP runtime. 16 February 2022, 01:09:29 UTC
74ff7ce Fix PHP build--4.9.3 Antlr tool must use 0.5.1 PHP runtime. 15 February 2022, 19:00:32 UTC
76b1d66 [SQLite] Fix typo in parser that caused an unexpected recursive rule (#2504) 13 February 2022, 11:48:24 UTC
317f443 DBZ-4707 MySQL unparseable DDL - CREATE PROCEDURE 13 February 2022, 11:18:06 UTC
7bfee06 Merge pull request #2501 from rovarga/fix-and Fix xpath1 and/or/div/mul names 10 February 2022, 17:25:16 UTC
09f1e09 Merge pull request #2502 from antlr/dependabot/maven/org.slf4j-slf4j-simple-1.7.36 Bump slf4j-simple from 1.7.35 to 1.7.36 10 February 2022, 17:24:32 UTC
69a2b55 Merge pull request #2503 from antlr/dependabot/maven/org.slf4j-slf4j-api-1.7.36 Bump slf4j-api from 1.7.35 to 1.7.36 10 February 2022, 17:24:24 UTC
accff53 [MySql] Add the missing ADMIN and OPTIONAL tokens 10 February 2022, 15:37:08 UTC
af8cd2b Bump slf4j-api from 1.7.35 to 1.7.36 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.35 to 1.7.36. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.35...v_1.7.36) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 08 February 2022, 20:05:15 UTC
1c6f509 Bump slf4j-simple from 1.7.35 to 1.7.36 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.35 to 1.7.36. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.35...v_1.7.36) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 08 February 2022, 20:05:10 UTC
69baf78 Fix xpath1 and/or/div/mul names https://www.w3.org/TR/REC-xml-names/#NT-NCName allows for NCName to contain plain 'and'/'or'/'div'/'mul', but our implicit lexer definitions prevent them from being caught by NCName token. Define them explicitly and include them as alternatives to NCName token. Signed-off-by: Robert Varga <robert.varga@pantheon.tech> 08 February 2022, 19:31:51 UTC
8dca362 [PCRE] `\x` is valid, control char can be followed by an optional ascii char * Add some hex char examples * Control char example * Mandatory ASCII after \c 07 February 2022, 19:01:25 UTC
ff60c13 fix hex float 07 February 2022, 12:25:50 UTC
4c06ad8 Merge pull request #2484 from antonio-cuomo/master Fix for #2483 - Support PromQL subqueries 06 February 2022, 00:12:56 UTC
d975f80 Merge pull request #2497 from nicoberling/semi Move the grammar closer to the actual grammar used in parser.go 06 February 2022, 00:11:19 UTC
fffd499 Merge pull request #2498 from antlr/dependabot/github_actions/actions/setup-python-2.3.2 Bump actions/setup-python from 2.3.1 to 2.3.2 06 February 2022, 00:11:02 UTC
ad25423 Bump actions/setup-python from 2.3.1 to 2.3.2 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 04 February 2022, 20:03:20 UTC
6439eb0 fix typo 04 February 2022, 12:46:26 UTC
back to top