Commit Graph

7486 Commits

Author SHA1 Message Date
Larry Li d47db45180 fix travis ci for pinned dart sdk version 2020-08-19 12:31:02 +10:00
Terence Parr b173138a3b
Merge pull request #2882 from lingyv-li/pin-dart-version
Pin dart version to 2.8.4 to get unit tests passing
2020-08-18 15:09:04 -07:00
Larry Li 1eb6c3ee52 pin dart version to 2.8.4 2020-08-19 07:16:58 +10:00
Larry Li c8571060f0 pin dart version to 2.8.4 to get unit tests passing 2020-08-19 06:36:32 +10:00
Terence Parr 2ba38605b9
Merge pull request #2728 from lingyv-li/dart-clean
Dart Target
2020-07-31 17:55:19 -07:00
Terence Parr dfc7ffc39c
Merge branch 'master' into dart-clean 2020-07-27 11:33:40 -07:00
Terence Parr eb1adaa8a7
Merge pull request #2864 from antlr/fix-javascript-NPE
Fix a NPE
2020-07-12 09:27:34 -07:00
Eric Vergnaud 2bfce77e91 Fix a NPE 2020-07-12 22:12:02 +08:00
Terence Parr 3d9351f61e
Merge pull request #2858 from sha-N/master
fix for issues in #1759
2020-07-01 09:15:29 -07:00
Shan M e744435463
Adds LL1Analyzer to exports list 2020-07-01 12:10:47 +03:00
Shan M 795cd3b682
adds IntervalSet to the export list 2020-07-01 12:01:44 +03:00
Shan M f780421da7
Adds DefaultErrorStrategy to export list 2020-07-01 12:00:41 +03:00
Shan M 5f3654dea7
Sign contributors.txt 2020-07-01 11:59:04 +03:00
Terence Parr 7a6db6a50a
Merge pull request #2805 from felixn/master
C++ target: escape ? character to prevent accidental trigraphs
2020-06-22 08:29:14 -07:00
Felix Nieuwenhuizen c134dac863 escape ? character in c++ codegen to prevent accidental trigraphs
(using an override of shouldUseUnicodeEscapeForCodePointInDoubleQuotedString in CppTarget)
2020-06-21 22:04:51 +02:00
parrt ae5efa8a30 tweak contrib 2020-06-16 13:38:04 -07:00
Terence Parr 0b35a76e9b
Merge pull request #2833 from d-markey/master
Avoid stepping through ANTLR generated code when debugging (C#)
2020-06-06 09:51:12 -07:00
David MARKEY 2191c38619
Prefer "DebuggerNonUserCode" 2020-05-31 23:27:42 +02:00
David MARKEY 4cfbe5bd78
Update CSharp.stg 2020-05-31 19:07:13 +02:00
David MARKEY bcd88c719e
Register as a contribuor 2020-05-31 19:05:01 +02:00
Larry Li 55e55a0d4b Update docs for creating a target 2020-05-31 00:52:57 +10:00
Larry Li 150ecabfff Add docs for Dart target 2020-05-31 00:35:07 +10:00
Larry Li 2cb1618009 fix: run dart analyzer against google pedantic 2020-05-29 11:08:55 +10:00
Larry Li 51a9691376 fix: incorrect code generation when there are more than 65 tokens 2020-05-25 23:07:27 +10:00
Larry Li 62d56d83ae Merge branch 'master' of github.com:antlr/antlr4 into dart-clean 2020-05-25 21:01:46 +10:00
Larry Li d6a188e4d4
Merge pull request #1 from graknol/dart-clean
LargeLexer and Windows support.
2020-05-25 20:09:38 +10:00
Sindre Tellevik 818f6a995a
Update contributors.txt 2020-05-25 11:36:36 +02:00
Terence Parr 621b933c7a
Merge pull request #2816 from TristonianJones/export-lexer-set-stream
[Go] Thread-safe ANTLR codegen
2020-05-03 12:59:18 -07:00
Tristan Swadell f17b6b43e3 Remove extant variable 2020-05-01 02:19:58 -07:00
Tristan Swadell 69ba58ecbe Thread-safe ANTLR Go codegen 2020-05-01 01:57:54 -07:00
Sindre Tellevik 8962fb666a Suppressed dart execParser debug message. 2020-04-28 07:27:39 +02:00
Sindre Tellevik 187e5bb849 Escaped generic arguments <String> and <DFA>. 2020-04-28 07:27:02 +02:00
Sindre Tellevik f0f21410a9 Re-enabled test LargeLexer for Dart. 2020-04-27 13:58:42 +02:00
Sindre Tellevik cc0fe74f0b Added support for Windows in BaseDartTest. 2020-04-27 13:57:57 +02:00
Sindre Tellevik 67c981621e Fixed typo in error message. 2020-04-27 13:56:59 +02:00
Terence Parr 8c50731894
Merge pull request #2772 from carocad/cyclic-import
Javascript: fix some cyclic dependencies
2020-04-17 09:03:54 -07:00
Terence Parr 7a11432ede
Merge pull request #2797 from deniskyashif/master
refactored AntlrInputStream.cs by removing a redundand if-statement
2020-04-11 19:00:49 -07:00
Denis Kyashif 1cb069d10f refactored AntlrInputStream.cs by removing a redundand if-statement
signed contributors.txt
2020-04-08 18:24:58 +03:00
Camilo Roca 26715ec6df fix: cyclic dependency between RuleContext.js, Trees.js and ParserRuleContext.js
check for RuleNode instead of RuleContext since that it the only implementation (RuleNode -> RuleContext -> ParserRuleContext)
2020-03-26 21:48:20 +01:00
Terence Parr a4c66dc863
Merge pull request #2787 from carocad/root-es6
Javascript: migrate prototypical root modules to ES6
2020-03-26 10:33:27 -07:00
Terence Parr 4779b8f6e4
Merge pull request #2782 from XsongyangX/master
Clarify and expand documentation for runtime ParseTreeWalker
2020-03-22 08:33:52 -07:00
Camilo Roca 091976c497 fix: use prototype for lexer and method for parser 2020-03-20 15:21:57 +01:00
Camilo Roca 1922a3744e refactored MyRuleNode to use es6 class 2020-03-20 14:52:24 +01:00
Camilo Roca 176f852bf1 refactored AltLabelStructDecl to use es6 class 2020-03-20 13:51:01 +01:00
Camilo Roca 8b7ac991bf refactored StructDel to use es6 class 2020-03-20 13:46:12 +01:00
Camilo Roca 42b9d8630c fix: no prototype use inside class definition
fix: no need to return this in constructor
2020-03-20 13:45:54 +01:00
Camilo Roca 57b65a1c92 fix: assignment to constant var 2020-03-20 13:36:56 +01:00
Camilo Roca 297bde0926 refactored generated parser and lexer to be es6 classes 2020-03-20 12:42:48 +01:00
Song Yang 0b980e93b3 Change to c++ block comments 2020-03-18 15:10:45 -04:00
Song Yang bc79e22297 Sign contributors.txt 2020-03-17 16:10:35 -04:00