LivingLogic.Java.ul4

log

age author description
Tue Apr 17 14:32:34 2012 +0200 Walter Doerwald Readd support for iterative and string rendering.default tip
Tue Apr 17 13:41:15 2012 +0200 Walter Doerwald Backed out changeset d7e0a572c3f3: Try another alternative implementation.
Tue Apr 17 13:20:18 2012 +0200 Walter Doerwald Remove support for the render method as the ANTLR grammar can't handle it.
Tue Apr 17 10:09:12 2012 +0200 Walter Doerwald We don't need commons-io any longer.
Mon Apr 16 18:19:30 2012 +0200 Walter Doerwald Add metadata to the POM file.
Mon Apr 16 17:59:27 2012 +0200 Walter Doerwald Add packaging specification.
Mon Apr 16 17:45:10 2012 +0200 Walter Doerwald Remove stuff we don't need (or don't need all the time).
Mon Apr 16 17:14:44 2012 +0200 Walter Doerwald Fix typo in grammar comment.
Mon Apr 16 17:13:09 2012 +0200 Walter Doerwald ul4.Compiler is gone!
Mon Apr 16 17:12:26 2012 +0200 Walter Doerwald Remove another Jython remnant.
Mon Apr 16 17:09:16 2012 +0200 Walter Doerwald Remove Jython from the Maven dependencies.
Mon Apr 16 17:07:21 2012 +0200 Walter Doerwald Remove code that was used by the Jython parser.
Mon Apr 16 16:57:45 2012 +0200 Walter Doerwald Remove obsolete Main.java.
Mon Apr 16 16:53:38 2012 +0200 Walter Doerwald Document ANTLR port.
Mon Apr 16 16:51:27 2012 +0200 Walter Doerwald Add a hack for render tags without arguments.
Fri Apr 13 19:29:40 2012 +0200 Walter Doerwald Implement support for calling methods with keyword arguments.
Fri Apr 13 19:21:13 2012 +0200 Walter Doerwald Change attribute order to the one in the constructor.
Fri Apr 13 18:29:54 2012 +0200 Walter Doerwald Prevent the parsing from ignoring illegal input.
Fri Apr 13 18:23:12 2012 +0200 Walter Doerwald Add test for parsing errors.
Fri Apr 13 18:21:46 2012 +0200 Walter Doerwald Include original exception in the message.
Fri Apr 13 17:58:32 2012 +0200 Walter Doerwald Add a test for lexer errors.
Fri Apr 13 17:58:14 2012 +0200 Walter Doerwald Change ExpectCauseException to be more lenient.
Fri Apr 13 17:49:02 2012 +0200 Walter Doerwald Add proper error reporting to the lexer too.
Fri Apr 13 17:23:13 2012 +0200 Walter Doerwald Use a SyntaxException instead of a RuntimeException for error reporting.
Fri Apr 13 17:20:27 2012 +0200 Walter Doerwald Much better error reporting.
Fri Apr 13 17:19:37 2012 +0200 Walter Doerwald Include the source in Location.toString() (if it's a real tag).
Fri Apr 13 17:02:48 2012 +0200 Walter Doerwald Handle unnamed template better in Location.toString().
Fri Apr 13 16:32:45 2012 +0200 Walter Doerwald Drop lookahead specification.
Fri Apr 13 15:48:17 2012 +0200 Walter Doerwald Fix typo in comment.
Fri Apr 13 15:48:04 2012 +0200 Walter Doerwald Rename grammar rule, aas it will be used for method calls too.
Fri Apr 13 15:40:48 2012 +0200 Walter Doerwald We don't need no AST output, as we're doing it ourselves.
Fri Apr 13 15:22:56 2012 +0200 Walter Doerwald Use new UL4 compiler for UL4ON test.
Fri Apr 13 14:44:52 2012 +0200 Walter Doerwald Fix template name handling for name==null. Add expression rule to grammar.
Fri Apr 13 14:43:38 2012 +0200 Walter Doerwald Hide org.antlr.runtime.RecognitionException from test.
Fri Apr 13 14:32:44 2012 +0200 Walter Doerwald Add specials classes for method call with named arguments.
Fri Apr 13 13:51:21 2012 +0200 Walter Doerwald Remove duplicate import.
Fri Apr 13 13:48:11 2012 +0200 Walter Doerwald Remove obsolete toString() method.
Fri Apr 13 13:47:47 2012 +0200 Walter Doerwald Add toString methods.
Fri Apr 13 13:06:06 2012 +0200 Walter Doerwald Add toString() methods to CallFunc and DelVar.
Fri Apr 13 11:27:16 2012 +0200 Walter Doerwald Add support of arbitrary precicison integers to LoadInt().
Thu Apr 12 18:32:00 2012 +0200 Walter Doerwald Refactor code to do only one parseInt() call.
Thu Apr 12 18:02:13 2012 +0200 Walter Doerwald More whitespace.
Thu Apr 12 18:00:36 2012 +0200 Walter Doerwald Whitespace.
Thu Apr 12 17:56:38 2012 +0200 Walter Doerwald Reformat and comment grammar.
Thu Apr 12 17:31:51 2012 +0200 Walter Doerwald Add test for render tag without arguments (which currently fails).
Thu Apr 12 17:25:19 2012 +0200 Walter Doerwald More tests (and fixes for failing tests).
Thu Apr 12 14:47:12 2012 +0200 Walter Doerwald Fix name of enumerate function.
Thu Apr 12 14:16:05 2012 +0200 Walter Doerwald Rename test methods.
Thu Apr 12 14:01:21 2012 +0200 Walter Doerwald Add grammar for function calls.
Thu Apr 12 13:47:58 2012 +0200 Walter Doerwald Change date constants. More tests.
Wed Apr 11 23:52:24 2012 +0200 Walter Doerwald Add toString() method to CallMeth.
Wed Apr 11 23:08:13 2012 +0200 Walter Doerwald Add AST nodes for Print/PrintX/Text.
Wed Apr 11 22:48:14 2012 +0200 Walter Doerwald Fix precedence in grammar. Add getattr rules.
Wed Apr 11 00:08:10 2012 +0200 Walter Doerwald Add evaluate method.
Tue Apr 10 23:55:15 2012 +0200 Walter Doerwald Readd ChangeVar subclasses.
Tue Apr 10 23:36:32 2012 +0200 Walter Doerwald Readd Unary/Binary subclasses. Add evaluate method.
Tue Apr 10 12:12:29 2012 +0200 Walter Doerwald Split for handling into two AST classes again.
Thu Apr 05 17:09:56 2012 +0200 Walter Doerwald Chance CallMeth to accept an arbitrary number of arguments.
Thu Apr 05 16:45:49 2012 +0200 Walter Doerwald Add toString method to all AST nodes.
Thu Apr 05 16:22:35 2012 +0200 Walter Doerwald Reactivate getitem/getslice tests.