Commit Graph

64 Commits

Author SHA1 Message Date
e7567a1078 Perform some code refactor 2020-05-30 12:49:22 +02:00
10a7dc8823 Migrate import evaluator to Kotlin 2020-05-30 12:49:22 +02:00
a256db117e Migrate assignment operator evaluator to Kotlin 2020-05-30 12:49:22 +02:00
93763da458 Fix evaluating function's optional arguments 2020-05-30 12:49:22 +02:00
53bba579c1 Enable passing arguments to custom functions 2020-05-30 12:49:21 +02:00
7d61756273 Add base support for invoking custom functions (arguments' evaluating is still not supported) 2020-05-30 12:49:21 +02:00
e7bf085f58 Create scaffolding for custom functions 2020-05-30 12:49:20 +02:00
eb4fb1e980 Create FunctionSignatureParser 2020-05-30 12:49:20 +02:00
a354a5b96e Disable reloading already loaded modules 2020-05-30 12:49:20 +02:00
ab82ee8628 Add support for function/methods invocation on Evaluator 2020-05-30 12:49:18 +02:00
d29ef61245 Add support for function/methods invocation on Environment + create call stack model 2020-05-30 12:49:18 +02:00
82e86ebc6a Extract interface from implementation in case of Environment and ModuleRegistry 2020-05-30 12:49:18 +02:00
3fd48b7963 Improve Gradle build scripts 2020-05-30 12:49:17 +02:00
dcdecee28f [BIG REFACTOR] Create new project structure and prepare scaffolding for external modules system 2020-05-30 12:49:16 +02:00