Commit Graph

17 Commits

Author SHA1 Message Date
Andrey Breslav b632fc31d9 Tests fixed, and error messages a little 2011-09-05 19:35:31 +04:00
Andrey Breslav c2fbbff782 JET-50 Drop the 'new' keyword 2011-06-15 18:00:22 +04:00
Andrey Breslav d9997f3c25 Generic Java classes supported 2011-04-22 18:25:09 +04:00
Andrey Breslav 566f7cd6b5 Conventions for ++/-- support Unit-returning inc/dec functions 2011-04-07 19:51:02 +04:00
Andrey Breslav 73bfc57492 Nullability checks for infix operations 2011-03-28 18:17:57 +04:00
Andrey Breslav cd339fbb1b Property resolution 2011-03-23 16:04:36 +03:00
Andrey Breslav 0340e9623c Constructors (all but Java) work, a draft version 2011-03-21 17:37:34 +03:00
Andrey Breslav fd7abde114 Unary + and - for numbers 2011-03-17 12:12:41 +03:00
Andrey Breslav 28e16cc214 Parenthesis are mandatory after a constructor call (due to problems with 'new Foo?isValid()') 2011-03-17 11:51:28 +03:00
Andrey Breslav e414413112 Contains (in, !in) 2011-03-15 20:16:27 +03:00
Andrey Breslav 681d979a8d Equals 2011-03-15 19:43:11 +03:00
Andrey Breslav 764fbf005e Assignments 2011-03-15 18:36:37 +03:00
Andrey Breslav 469f02ef5a compareTo 2011-03-15 18:10:17 +03:00
Andrey Breslav 69f40ac81e Prefix, postfix and basic infix operations 2011-03-15 18:00:03 +03:00
Andrey Breslav 2e8b828ee0 Resolve for "!" 2011-03-15 17:17:09 +03:00
Andrey Breslav 36cd2f3a79 Complete resolve for array access expressions 2011-03-14 20:50:51 +03:00
Andrey Breslav 28a88faf61 Test for infix resolve 2011-03-11 13:05:51 +03:00