Commit Graph

80 Commits

Author SHA1 Message Date
Natalia.Ukhorskaya cee75c5d36 Merge branch 'master' of git+ssh://git.labs.intellij.net/jet-contrib 2011-11-23 17:27:53 +04:00
Pavel Talanov e96c92358b Added test. Refactored test code: got rid of obsolete IncludeLibraryTest class. 2011-11-23 16:59:51 +04:00
Pavel Talanov cb7c05e550 Fixed design flaw which prevented base class from being inherited if it was defined after the derived class. 2011-11-23 16:59:50 +04:00
Pavel Talanov 88f061234b Refactoring. 2011-11-23 16:59:50 +04:00
Pavel Talanov f5e5ac42dd Finished work on namespaces. 2011-11-23 16:59:49 +04:00
Pavel Talanov f806af4829 Work on namespaces in progress. 2011-11-23 16:59:48 +04:00
Pavel Talanov 36d033ea48 . 2011-11-23 16:59:47 +04:00
Pavel Talanov 7d43131173 Rewrote reference translation a bit. Added support for when call expression. 2011-11-23 16:59:47 +04:00
Pavel Talanov 2d84d17555 Supported overloading plus operator. 2011-11-23 16:59:46 +04:00
Pavel Talanov db02cd168b Added support for nullable types in is check. 2011-11-23 16:59:46 +04:00
Natalia.Ukhorskaya 639644d227 Merge branch 'master' of git+ssh://git.labs.intellij.net/jet-contrib 2011-11-23 14:59:10 +04:00
Natalia.Ukhorskaya dca537ce70 Help at rigth part 2011-11-23 14:55:42 +04:00
Pavel Talanov ebf29263f1 Added some tests from jet project. 2011-11-18 17:32:53 +04:00
Pavel Talanov 28763128be Added tests for simple closure examples. 2011-11-18 16:56:23 +04:00
Pavel Talanov 7cdfccf2d8 Added support for basic case of function literal. 2011-11-18 16:45:53 +04:00
Pavel Talanov 694902103d Rewrote name resolving logic. Improved DeclarationExtractor and renamed to Declarations. 2011-11-18 16:12:14 +04:00
Pavel Talanov f06fa3c295 Added support for continue in while/do while. 2011-11-18 13:24:18 +04:00
Pavel Talanov 16c6e8bee5 Added support for break expressions in while/do while. 2011-11-18 13:19:23 +04:00
Pavel Talanov 37ea3c75ca Split expression tests into different categories. 2011-11-18 13:12:47 +04:00
Pavel Talanov 95ab245f15 Added support for multiple cases in one when entry. 2011-11-18 12:38:06 +04:00
Pavel Talanov d1c49f80c8 Refactoring. 2011-11-17 22:28:46 +04:00
Pavel Talanov ca57aee040 Added tests and support for binary with type RHS expressions. 2011-11-17 20:19:34 +04:00
Pavel Talanov d4fb413778 Supported variable is value pattern matching. 2011-11-17 18:39:40 +04:00
Pavel Talanov 98bcfe7847 Fixed a bug where multiple when entries could execute in one statement. 2011-11-17 18:05:47 +04:00
Pavel Talanov 5841049683 Supported another case of when expression. 2011-11-17 17:41:00 +04:00
Pavel Talanov d0239085c1 Supported another case of when expression. 2011-11-17 17:40:54 +04:00
Pavel Talanov bd33b23f51 Added support for simple case of when expression. 2011-11-17 17:40:53 +04:00
Pavel Talanov 628a2334f5 Added support for returning value from safe qualified expression. 2011-11-17 17:40:52 +04:00
Pavel Talanov ce39645ccd Added support for simple case of safe qualified access. 2011-11-17 17:40:52 +04:00
Pavel Talanov 57f5b2cc7d Supported negated is operation. 2011-11-17 17:40:51 +04:00
Pavel Talanov fec7539f8c Supported (Variable is Type expression) for user defined classes. 2011-11-17 17:40:50 +04:00
Pavel Talanov 9d848cb8a5 Added a test for a trait extending two traits. 2011-11-17 17:40:50 +04:00
Pavel Talanov 81d7f86b93 Worked on kotlinJsLib and supported trait extending other trait. 2011-11-17 17:40:49 +04:00
Pavel Talanov eec6fd137f Refactored test code a bit. 2011-11-17 17:40:48 +04:00
Pavel Talanov cc52c0f1c1 Refactored test code a lot. Introduced KotlinLibTest. 2011-11-16 17:27:54 +04:00
Pavel Talanov f634fce8b1 Refactored test code a lot. Introduced KotlinLibTest. 2011-11-16 17:25:53 +04:00
Pavel Talanov eb888b7efe Refactored test code a lot. Introduced KotlinLibTest. 2011-11-16 17:25:52 +04:00
Pavel Talanov 23dd696df2 Refactored test code a lot. Introduced KotlinLibTest. 2011-11-16 17:25:52 +04:00
Pavel Talanov 49552568fe Refactored test code a lot. Introduced KotlinLibTest. 2011-11-16 17:25:51 +04:00
Pavel Talanov 8f99212d9e Refactored test code a lot. Introduced KotlinLibTest. 2011-11-16 17:25:50 +04:00
Pavel Talanov dcb7b3264c Refactored tests a bit. Working on KotlinLibTest 2011-11-16 17:25:50 +04:00
Pavel Talanov 978d827630 Added suppoer for null literal and a test for Traits. 2011-11-16 17:25:49 +04:00
Pavel Talanov b9a60c8675 Refactored ClassTranslator code a bit. Added support for different order of inherited classes. 2011-11-16 17:25:48 +04:00
Pavel Talanov ec1b226453 Added basic trait support. Added a couple of tests. 2011-11-16 17:25:48 +04:00
Pavel Talanov 24d1cb1a1f Added support for passing parameters to ancestor constructor. Added a test. 2011-11-16 17:25:47 +04:00
Pavel Talanov 34d649938b Added one more test for initialization order. 2011-11-16 17:25:46 +04:00
Pavel Talanov 17e41e627d Found and solved a problem which caused only one ancestor's constructor to be called. Added "super_init" method generation to InitializerVisitor. Worked on KotlinJsLib to solve this issue. This solution should evolve in the future. 2011-11-16 17:25:46 +04:00
Pavel Talanov a120125e5a Added constructor parameter support. Properties declared as constructor parameters and base class constructor calls are not implemented yet. 2011-11-16 17:25:45 +04:00
Pavel Talanov 5449e76669 Added BindingUtils.isStatement. Still issue not solved. 2011-11-16 17:25:44 +04:00
Pavel Talanov 55d1f0f267 Added support for if else clause as an expression. It has major issue with statement/expression resolving for JetExpression. 2011-11-14 22:57:56 +04:00