[go: up one dir, main page]

  1. 594cf95 Cpp: Fix the unused parameter warning in the sempred function. (#4171) by FireWolf · 4 months ago master
  2. 811b7fd update C++ target build by Terence Parr · 1 year, 2 months ago
  3. 34d7366 Missed an update to 4.13.2 by Terence Parr · 1 year, 2 months ago
  4. 39401b7 [maven-release-plugin] prepare for next development iteration by Terence Parr · 1 year, 2 months ago
  5. cc82115 [maven-release-plugin] prepare release 4.13.2 by Terence Parr · 1 year, 2 months ago 4.13.2
  6. b91cecf Update 4.13.1 -> 4.13.2 by Terence Parr · 1 year, 2 months ago
  7. 35ff30d Update release docs to say 4.13.2; rebuild XPathLexers by Terence Parr · 1 year, 2 months ago
  8. 2559349 fix(javascript): fix types not being recognized for NodeNext module resolution (#4540) by Gökhan Kurt · 1 year, 2 months ago
  9. e8bf978 rule name 'state' conflict with Python runtime. by cyqw · 1 year, 2 months ago
  10. 88a0c7a Support TypeScript bundler module resolution by guidsdo · 1 year, 3 months ago
  11. caf46b9 [Python3] Replace deprecated `assertEquals()` to fix py3.12 compat by Michał Górny · 1 year, 3 months ago
  12. 17f3f5e Add include dirs direclty to cpp targets by Nick Nobles · 1 year, 3 months ago
  13. b3bb743 chore: fix error link by cancaicai · 1 year, 3 months ago
  14. 7d4cea9 Fix singleton memory leaks by Nick Nobles · 1 year, 4 months ago
  15. 6197d6c Update C++ documentation to state that C++17 is required by Andreas Buhr · 1 year, 5 months ago
  16. 2647323 feat: Fix accidental keypress by Jim.Idle · 1 year, 5 months ago
  17. 057bd36 feat: Catches up minor performance improvements and adds a build tag to build without mutex use by Jim.Idle · 1 year, 5 months ago
  18. 41b9360 feat: Catch up 4.13.1 minor fixes and performance improvements by Jim.Idle · 1 year, 5 months ago
  19. c0b7dd0 Fix Linux compilation issue of ProfilingATNSimulator by Will Ziener-Dignazio · 1 year, 5 months ago
  20. 380ce4b Switch CI to macos-12 and PHP 8.3 by Andreas Buhr · 1 year, 6 months ago
  21. 6a71782 Fix Github Actions by Andreas Buhr · 1 year, 6 months ago
  22. 281b762 Export InputMismatchException in index.js by Hieu Nguyen · 1 year, 6 months ago
  23. 360c86c add missing constants by Eric Vergnaud · 1 year, 6 months ago
  24. b486ce7 [JS] Fix Parser.getSourceName returning undefined by Phlosioneer · 1 year, 6 months ago
  25. 6628b00 golang: Add to quick checks to PredictionContext Equals checks (they are in use by Eytan Heidingsfeld · 1 year, 6 months ago
  26. 2244af3 Fix incorrect this.channel access by Phlosioneer · 1 year, 6 months ago
  27. 0d30259 Fixing crash bug in TokenStreamRewriter by HS · 1 year, 7 months ago
  28. 990fbc2 fix missing 'this' by Eric Vergnaud · 1 year, 7 months ago
  29. 4a1963b Add override specifier to typescript copyfrom codegen by Phlosioneer · 1 year, 7 months ago
  30. 6ba4f8c depricate some methods by Robert Einhorn · 1 year, 7 months ago
  31. b4c12ec Add parse listener methods to Parser typescript by Phlosioneer · 1 year, 7 months ago
  32. 69cfd8e implement faster HashMap and test spec by Eric Vergnaud · 1 year, 7 months ago
  33. 1f5e64b improve HashSet performance by Eric Vergnaud · 1 year, 7 months ago
  34. 7d4ad89 add test spec for HashSet by Eric Vergnaud · 1 year, 7 months ago
  35. 2865844 reuse slot by Eric Vergnaud · 1 year, 7 months ago
  36. b49838a fix formatting by Eric Vergnaud · 1 year, 7 months ago
  37. 0908b58 more tests by Eric Vergnaud · 1 year, 7 months ago
  38. c3692cc document algorithm by Eric Vergnaud · 1 year, 7 months ago
  39. 967be76 refactor BitSet API by Eric Vergnaud · 1 year, 7 months ago
  40. e6ca29d oops by Eric Vergnaud · 1 year, 7 months ago
  41. cb195da use array view by Eric Vergnaud · 1 year, 7 months ago
  42. 3658336 add test spec by Eric Vergnaud · 1 year, 7 months ago
  43. 1b3150b Fix static method usage by Aliaksandr Kukrash · 1 year, 7 months ago
  44. 40b4942 update CharStreams usage and revert change for exception logging by Aliaksandr Kukrash · 1 year, 7 months ago
  45. bb48237 Only log exceptions (for example LexerNoViableAltException) if debug is enabled for _interp. by Aliaksandr Kukrash · 1 year, 7 months ago
  46. f08a19b Remove dead link by Eric Vergnaud · 1 year, 8 months ago
  47. 851ddee fix: Suppress this-escape warning in generated Parser introduced in JDK 21. by Niels Basjes · 1 year, 8 months ago
  48. 8127454 Fix missing export of TokenStreamRewriter (#4529) by Weilence · 1 year, 8 months ago
  49. d0ddb32 Generate meaningful exception message on checkVersion() failure (#4522) by Raffaello D. Di Napoli · 1 year, 8 months ago
  50. 3c06d0a Update README.md by ericvergnaud · 1 year, 8 months ago
  51. d0440f4 added Token.DEFAULT_CHANNEL and Token.HIDDEN_CHANNEL (#4516) by Robert Einhorn · 1 year, 9 months ago
  52. ebb511a Update README.md by ericvergnaud · 1 year, 9 months ago
  53. 28eb036 Implement consistent file extensions for Typescript imports (#4492) by ericvergnaud · 1 year, 10 months ago
  54. d25d421 docs: fix wrong way to import in go by KevinZonda · 1 year, 11 months ago
  55. 2e718eb fix: tweak word antrl to antlr (#4459) by h3n4l · 2 years ago
  56. 487cb28 fix: TypeScript: incorrect type in CommonTokenStream by Johannes Heesterman · 2 years ago
  57. 0eb38a0 Update python-target.md (#4417) by eleveyuan · 2 years, 1 month ago
  58. 9043b8a fix: package.json entrypoints by Alex Miller · 2 years, 1 month ago
  59. 98d6fab Add "override" before EOF in TS by GP4cK · 2 years, 1 month ago
  60. 65dfe0d Merge branch 'master' into dev by Terence Parr · 2 years, 1 month ago
  61. 200e10c Export DefaultErrorStrategy (#4278) by hieunguyen2211 · 2 years, 1 month ago
  62. 475d790 [JavaScript] Document Node.JS v16 requirement (#4355) by Alois Klink · 2 years, 1 month ago
  63. 1855d9a [maven-release-plugin] prepare for next development iteration by Terence Parr · 2 years, 1 month ago
  64. 7ed420f [maven-release-plugin] prepare release 4.13.1 by Terence Parr · 2 years, 1 month ago 4.13.1
  65. ca6301c Tweak javascript release doc by Terence Parr · 2 years, 1 month ago
  66. b0dd6da Update javascript with npm by Terence Parr · 2 years, 1 month ago
  67. 80773cf Update more 4.13.0 strings to 4.13.1 by Terence Parr · 2 years, 1 month ago
  68. 8a008b5 Merge branch 'dev' by Terence Parr · 2 years, 1 month ago
  69. 734bd75 Merge branch 'ericvergnaud-fix-dependabot-warnings' into dev by Terence Parr · 2 years, 1 month ago
  70. 5a7b4d4 Merge branch 'dev' into fix-dependabot-warnings by ericvergnaud · 2 years, 1 month ago
  71. e9df464 Update 4.13.0 strings to 4.13.1 by Terence Parr · 2 years, 1 month ago
  72. a658835 Merge dev into master for 4.13.1 by Terence Parr · 2 years, 1 month ago
  73. 1a96b1c Cleanup duplicate SwiftTarget code by tison · 2 years, 1 month ago
  74. dae2d27 Move GetText(), SetText(), and String() from CommonToken to BaseToken by Jerry Berg · 2 years, 1 month ago
  75. a5602db fix: Trivial format corrections by Jim.Idle · 2 years, 1 month ago
  76. 940a704 fix: Fix very minor code issues spotted by goreportcard.com by Jim.Idle · 2 years, 1 month ago
  77. 73b0dba fix last Reproducible Builds issue by Hervé Boutemy · 2 years, 1 month ago
  78. d13d47c Fix typing by Eric Vergnaud · 2 years, 1 month ago
  79. d02ea0b Fix for #4320--export additional types of the Dart runtime. by Ken Domino · 2 years, 1 month ago
  80. ff4cfae Change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets by Ken Domino · 2 years, 1 month ago
  81. e0df58f Restore "Obtained from string" source name. by Jerry Berg · 2 years, 1 month ago
  82. 9bd489a fix: suppress `this-escape` warning introduced in JDK 21. by Yichen Yan · 2 years, 1 month ago
  83. a27cf84 [SWIFT] Add Antlr4Dynamic product by Grzegorz Spryszyński · 2 years, 2 months ago
  84. 832b202 Adds default targets for babel configuration by ncordon · 2 years, 3 months ago
  85. ce7f5e7 Wordsmithing. by Ken Domino · 2 years, 3 months ago
  86. 58d5d55 Wordsmithing parse tree traversal section. by Ken Domino · 2 years, 3 months ago
  87. 2965954 Wordsmithing. by Ken Domino · 2 years, 3 months ago
  88. ad708f9 More wordsmithing. by Ken Domino · 2 years, 3 months ago
  89. 75700f9 Improve discussion of target-agnostic format. by Ken Domino · 2 years, 3 months ago
  90. 1404100 Tone down emphasis in readme.md. Fix grammar in python-target.md. Fix grammar, style, spelling in target-agnostic-grammars.md. by Ken Domino · 2 years, 3 months ago
  91. d4d4bea Fix indented code blocks to line up with bullet items. Add note to "Useful Information" section of Python2. Fix count of number of targets. Enumerate targets nearby the count number so that it may be updated more easily in the future. by Ken Domino · 2 years, 3 months ago
  92. b7268dd Undo add of index.md. by Ken Domino · 2 years, 3 months ago
  93. 3002f02 Rollback renaming of "index.md" to "README.md". There are websites outside this repo that depend on the existence of index.md. The files are renamed back, including content but for links only. by Ken Domino · 2 years, 3 months ago
  94. c4e676b Add in hard linked files index.md (aka README.md). by Ken Domino · 2 years, 3 months ago
  95. 5e3da1a Delete first symbolic linked files. by Ken Domino · 2 years, 3 months ago
  96. 0ea2bdb Add symbolic linked "index.md" files for backward compatibility. by Ken Domino · 2 years, 3 months ago
  97. ec00837 Improvement to the text. by Ken Domino · 2 years, 3 months ago
  98. f7bea2a Renamed "index.md" into "README.md" to fit into Github to display the page when pointing to the directory. Naming the document as "index.md" is not a standard practice. by Ken Domino · 2 years, 3 months ago
  99. 84a6fa8 Remove conflicts that somehow got inserted in the text. by Ken Domino · 2 years, 3 months ago
  100. b6ea82f Add "writing target-agnostic grammars". by Ken Domino · 2 years, 3 months ago