antlr3 icon indicating copy to clipboard operation
antlr3 copied to clipboard

antlr v3 repository (pulled from p4 with history from //depot/code/antlr/antlr3-main

Results 74 antlr3 issues
Sort by recently updated
recently updated
newest added

see https://maven.apache.org/guides/mini/guide-reproducible-builds.html for more details on Reproducible Builds for Maven with this PR merged, the build becomes near fully reproducible: there is only non-reproducible ANTLR3 output included once #209 will...

comp:build
cleanup

as found while rebuilding projects using ANTLR3 (including ANTLR3 itself), there are non-reproducible outputs at 2 levels: ``` ├── org/antlr/grammar/v3/ANTLRv3Parser.java │ @@ -1,8 +1,8 @@ │ -// $ANTLR 3.5.2 org/antlr/grammar/v3/ANTLRv3.g...

comp:build
cleanup

I wanted to try and parse a subset of tradingview's pinescript and create equivalent javascript code. I found antlr 3 lexer and parser definitions here: [lexer](https://www.tradingview.com/wiki/Appendix_B._Pine_Script_v2_lexer_grammar) [parser](https://www.tradingview.com/wiki/Appendix_C._Pine_Script_v2_parser_grammar). These indicate 'ANTLR...

The context Link:https://github.com/antlr/antlr4/issues/3652 ``` Env: antlr 3.5 Run commond: java -jar antlr-3.5-complete.jar TarsParser.g ``` I have tralated the lexer file successfully.: https://github.com/walkertest/TarsJava/blob/feature/antlrfind/tools/tars-maven-plugin/src/main/resources/antlr/TarsLexer.g The parser file was almost found back:https://github.com/walkertest/TarsJava/blob/feature/antlrfind/tools/tars-maven-plugin/src/main/resources/antlr/TafParser.g The...

* Updated the build instructions to fix the current source for the jsunit package (sourceforge is defunct) and other tweaks. * Fixed the ant build script to point to the...

Update the Python codegen target. This is mostly about updating the `setup.py` with some URL tweaks and fixes for the maven-based build process, and updating the unittests themselves to work...

Avoid using `java.util.HashSet`/`java.util.HashMap`, since iteration order in the hash set (even if the keys' `hashCode` methods are deterministic) is dependent on the exact size of the hash set, bucket organization,...

cleanup

The python 3 runtime fails for me with missing compat.py. However, the version in the python 2 branch is actually python 3 compatible, so I just copied it over and...

This pull request adds another grammar option to enforce hoisting of semantic predicates over actions. See the following thread for more details: https://groups.google.com/forum/#!topic/antlr-discussion/UrZEt-uaMVA

### antlr/antlr3 now has a Chat Room on Gitter @sharwell has just created a chat room. You can visit it here: [https://gitter.im/antlr/antlr3](https://gitter.im/antlr/antlr3?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds a link to your README.txt....