Commit Graph

  • 36a9af8b29 v4: Specify @Nullable sharwell 2011-11-17 16:59:19 -0800
  • 3526198105 v4: Specify @Override sharwell 2011-11-17 16:58:10 -0800
  • 0d41d48d6e v4: Remove unnecessary cast sharwell 2011-11-17 16:52:41 -0800
  • 41ed240850 v4: Return List<Token> instead of List sharwell 2011-11-17 16:50:39 -0800
  • f9396907bd v4: Clean up impl with generic List<T> field sharwell 2011-11-17 16:48:30 -0800
  • 421a261ddb v4: Specify @Override sharwell 2011-11-17 16:06:30 -0800
  • 79da4c7386 v4: Specify @Override, add <?> for local generic instance sharwell 2011-11-17 16:04:09 -0800
  • 2fce2b0f2d v4: Fix mark/seek/release for LookaheadStream LookaheadStream.LB can see back to the earliest mark Specify @Override sharwell 2011-11-17 16:02:58 -0800
  • 66c53e18dc v4: Expose generic List<Integer> sharwell 2011-11-17 16:01:13 -0800
  • ed32646f52 v4: Simple use of generics to clean up local impl code Specify @Override sharwell 2011-11-17 16:00:40 -0800
  • ddf4cadf06 v4: TokenStream extends ObjectStream<Token> (specified Token as the type parameter) sharwell 2011-11-17 15:52:21 -0800
  • 29ec107b24 v4: Remove explicit boxing/unboxing Add @Override and @Nullable annotations sharwell 2011-11-17 15:49:34 -0800
  • 92bbdfbaea v4: Use generics for List and Map fields/locals to clean up several casts sharwell 2011-11-17 15:48:23 -0800
  • ee4a70cf16 v4: StringBuilder instead of StringBuffer sharwell 2011-11-17 15:44:49 -0800
  • 8792fe19ff rm parrt 2011-11-17 11:16:51 -0800
  • 6e38497b11 change name parrt 2011-11-17 11:07:33 -0800
  • fe16bc3f1f v4: Add ParseTreeWalker.DEFAULT to make basic listener usage easier sharwell 2011-11-15 12:31:11 -0800
  • d597de1792 tweak parrt 2011-11-13 18:26:27 -0800
  • 27cbd249ac Added lots of little stuff parrt 2011-11-13 18:04:35 -0800
  • c8e9e12a74 add <T> to ast stuff parrt 2011-11-13 12:57:15 -0800
  • 60817a180a tweak parrt 2011-11-13 11:52:29 -0800
  • 1d29898f1b tweak parrt 2011-11-13 11:35:25 -0800
  • 324884585b add slider parrt 2011-11-13 11:35:11 -0800
  • f420f4c327 add OK button, set size, add scale parrt 2011-11-13 11:06:40 -0800
  • 7050d07d5b tweak parrt 2011-11-12 13:19:49 -0800
  • e6d316f3e9 added {...} as option value. <fail={"value must be <= "+$max}> parrt 2011-11-12 12:47:11 -0800
  • 91ccd76e65 tweak parrt 2011-11-10 14:22:58 -0800
  • 3729529f25 msg->fail parrt 2011-11-10 14:09:28 -0800
  • 61e9eade6a added {...}?<msg="foo"> option parrt 2011-11-10 14:08:16 -0800
  • 1cd3bacaf2 tweak parrt 2011-11-10 12:30:12 -0800
  • 843375522d tweak parrt 2011-11-10 12:23:33 -0800
  • fbbf74bc4e add exception to recover() parrt 2011-11-10 12:21:08 -0800
  • b6d8ff9234 tweak parrt 2011-11-10 12:16:28 -0800
  • 26d5d5c9c0 v4 tool: * StringBuilder instead of StringBuffer * Add Utils.setSize for List<?> * Use Func1<T, TResult> "delegate" instead of reflection for Utils.apply (and rename apply to select to suggest a return value) sharwell 2011-11-10 07:58:00 -0800
  • 3a8ab7f859 v4 tool: Fix compile error (Ter's using a custom build of v3... this works with both) :) sharwell 2011-11-10 07:53:22 -0800
  • f9c364db1f v4 tool: A couple simple generics sharwell 2011-11-10 07:52:30 -0800
  • 3ca6ab034d v4: Can't add a DFA edge for token types < -1 (EOF) sharwell 2011-11-09 10:18:54 -0800
  • 783c3b2e50 v4: * Use mark->seek->release instead of mark->release->seek * mark() returns a marker. must pass the result of index() to seek(), and the result of mark() to release(). sharwell 2011-11-09 10:16:51 -0800
  • 2767530a47 name change parrt 2011-11-06 12:36:24 -0800
  • e0fc8fe087 was consuming too much in recover parrt 2011-11-06 11:22:25 -0800
  • ca17a4ce5b ooops; wrong version parrt 2011-11-06 10:32:01 -0800
  • ddb7ae218d useError recovery said notThe set that follows a loop for sync() parrt 2011-11-06 10:31:13 -0800
  • 8237c2f0fb tweak parrt 2011-11-06 08:30:43 -0800
  • 64b4cbd2c8 added auto highlight to tree views parrt 2011-11-05 08:56:12 -0800
  • c17aab708f tweak parrt 2011-11-03 13:40:16 -0800
  • 3e03259ac0 tweak parrt 2011-11-03 12:50:13 -0800
  • b23c093b68 no longer drawing background of nodes in tree unless you set a color parrt 2011-11-03 09:33:08 -0800
  • ffc4f9b126 added Cay Horstmann's printing code for postscript. parrt 2011-11-03 09:10:30 -0800
  • 647cb6d0ad tweak parrt 2011-11-01 11:06:39 -0800
  • 8eb2e62fea tweak parrt 2011-11-01 10:46:34 -0800
  • 2efba8b39d it was sending null to postscript generation parrt 2011-11-01 09:32:40 -0800
  • e75aa84d4c udo fixes parrt 2011-11-01 06:37:35 -0800
  • 5cf4cba9c7 fix bug in modes parrt 2011-10-31 16:27:34 -0800
  • dd1ad971a9 more parrt 2011-10-30 13:49:35 -0800
  • 947a11a3e4 start lexical error unit tests parrt 2011-10-30 13:48:09 -0800
  • 800564e1d6 made DFA sim loop smaller; refactored parrt 2011-10-30 13:23:52 -0800
  • 2d43a22e27 reorg'd lexer parrt 2011-10-30 10:39:17 -0800
  • 95bc423669 more tests and made EOF always appear even if DONE : EOF ; in lexer parrt 2011-10-29 13:59:17 -0800
  • bc5577307c more tests parrt 2011-10-29 12:08:34 -0800
  • 6e2bbcdb42 got EOF in lexer parrt 2011-10-29 11:08:40 -0800
  • 6576abf65f reorg'd lexer ATN sim to fix bug parrt 2011-10-27 19:33:45 -0800
  • f44d03343a push to grab at work...lexer might be hosed parrt 2011-10-27 11:29:20 -0800
  • e2db920cce msg.e -> msg.getCause() parrt 2011-10-27 10:12:41 -0800
  • bedb935bde v4: Fix IndexOutOfBoundsException when token type < -1 sharwell 2011-10-27 08:55:08 -0800
  • 980db2caac v4: add ANTLRMessage.getCause(), overridden in GrammarSyntaxMessage instead of keeping 2 separate fields sharwell 2011-10-27 08:55:01 -0800
  • ad468ee29b added tree node highlighting in treeviewer parrt 2011-10-25 15:53:46 -0800
  • 7f867ec9d6 tweak padding parrt 2011-10-25 08:57:09 -0800
  • fc85072851 add ArialNarrow, update to 255 max char parrt 2011-10-25 08:52:14 -0800
  • 490cec9af6 antialias lines parrt 2011-10-24 14:41:37 -0800
  • 08bba26940 commented out DotGen parrt 2011-10-23 19:25:52 -0800
  • 565be04fd2 sam changes parrt 2011-10-23 19:23:51 -0800
  • 2cbd522320 clean up, added tree parser err handler parrt 2011-10-23 14:04:58 -0800
  • 11b61d979d refactored sync/recoverInLine. figured out exactly what sync does at start of alt. setState goes to loopBack now in loops parrt 2011-10-23 11:07:07 -0800
  • 4920bb2c9e _errHandler.sync(this); parrt 2011-10-22 13:25:28 -0800
  • 39314b8d74 added PS support routines parrt 2011-10-22 11:46:13 -0800
  • 78bc92d81b compiile error parrt 2011-10-22 11:39:16 -0800
  • 72906f5910 add font metrics to gen PS properly parrt 2011-10-22 11:22:22 -0800
  • 89d4b31ef6 rm treelayout, add jar parrt 2011-10-21 11:22:00 -0800
  • 542a57b49a reworked udo's tree viewer parrt 2011-10-21 10:58:00 -0800
  • 6c104b7724 pull apart treeviewer; rename ANTLRParserListener parrt 2011-10-20 19:12:32 -0800
  • 0dbebf879a Use hard tabs to save space in generated files parrt 2011-10-15 09:35:20 -0800
  • 688f69541c sync for use at home parrt 2011-10-15 08:58:13 -0800
  • 9eb19cf929 added start/stop methods. parrt 2011-10-12 15:09:14 -0800
  • 3bbcfa5d25 change name of method parrt 2011-10-11 16:16:29 -0800
  • 632ccffd93 added comments parrt 2011-10-11 12:18:42 -0800
  • fd9027b4a0 new nodes, added visitor parrt 2011-10-10 14:01:27 -0800
  • 9784ce3d22 move ast nodes to new package parrt 2011-10-10 13:29:01 -0800
  • 547d58514d bug fixes in error handling part deux parrt 2011-10-06 13:28:36 -0800
  • 251a42ddbb bug fixes in error handling parrt 2011-10-06 10:40:07 -0800
  • 1efa316de9 added ctx stack test parrt 2011-10-05 15:15:58 -0800
  • c99ce6d26e tweak tests parrt 2011-10-04 13:28:07 -0800
  • 6179d7586b tweak tests parrt 2011-10-04 13:26:18 -0800
  • e293cbbdf5 UnsupportedOperationException parrt 2011-10-04 11:50:57 -0800
  • d56e8c3a18 reorg error and add parse tree tests parrt 2011-10-04 10:19:04 -0800
  • 5f9e2f6e05 tweak parrt 2011-10-03 17:33:07 -0800
  • 2707837bc8 factored out node construction for parse trees into a consume() method. added a start to the test parse trees. added the notion of an error node to the parse tree. parrt 2011-10-03 17:30:55 -0800
  • 473e56d59f more tests parrt 2011-10-03 11:04:01 -0800
  • 48e292dcdd new test parrt 2011-10-02 20:35:18 -0800
  • 8508dd6da0 got sync in parrt 2011-10-02 20:31:26 -0800
  • bf48ca5b73 test for conjured token parrt 2011-10-02 16:19:03 -0800