|
|
7eb543f2bc
|
Refactor parsers
|
2020-05-30 12:49:27 +02:00 |
|
|
|
764c607a69
|
Introduce some assertions to parsers
|
2020-05-30 12:49:27 +02:00 |
|
|
|
6a3bc0de60
|
Add string iterator type to loop
|
2020-05-30 12:49:26 +02:00 |
|
|
|
ce5b090bc5
|
Fix condition evaluator and not operator evaluator
|
2020-05-30 12:49:26 +02:00 |
|
|
|
5680ed4e42
|
Add new modules to standard library
|
2020-05-30 12:49:26 +02:00 |
|
|
|
264100eef1
|
Create some new standard library modules
|
2020-05-30 12:49:26 +02:00 |
|
|
|
a5fba7e8b1
|
Refactor LanguageModuleInterpreter and its dependencies
|
2020-05-30 12:49:25 +02:00 |
|
|
|
1c7b56159a
|
Revoke ability to multiple loading the same module
|
2020-05-30 12:49:25 +02:00 |
|
|
|
9b79d6ef7d
|
Add support for providing modules written in SMNP language (LanguageModuleProvider extension class)
|
2020-05-30 12:49:25 +02:00 |
|
|
|
9e4c9d3b11
|
Add support for modules dependencies
|
2020-05-30 12:49:24 +02:00 |
|
|
|
4226c6d9ba
|
Improve interpreter
|
2020-05-30 12:49:24 +02:00 |
|
|
|
b603c9f2c5
|
Improve import parser and evaluator
|
2020-05-30 12:49:24 +02:00 |
|
|
|
e9ddb92ee2
|
Improve AssignmentOperatorEvaluator and SumOperatorEvaluator
|
2020-05-30 12:49:24 +02:00 |
|
|
|
7008bc626c
|
Migrate loop evaluator to Kotlin
|
2020-05-30 12:49:23 +02:00 |
|
|
|
26d072d46f
|
Add support for defining custom methods
|
2020-05-30 12:49:23 +02:00 |
|
|
|
e7268bf18a
|
Improve map key's evaluator
|
2020-05-30 12:49:23 +02:00 |
|
|
|
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 |
|
|
|
6264be6573
|
Create smnp.io module with println() function
|
2020-05-30 12:49:21 +02:00 |
|
|
|
473f6b862c
|
Improve gradle scripts (exclude :modules project from Java-based ones)
|
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 |
|
|
|
3c25833122
|
Create smnp.lang package with basic get() methods for map and list
|
2020-05-30 12:49:17 +02:00 |
|
|
|
8ca966b376
|
Create working example of external module
|
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 |
|
|
|
ae9406cc50
|
Configure jar task to build fat jar archives
|
2020-05-30 12:49:16 +02:00 |
|
|
|
4fea93cdf9
|
Create stubbed ModuleProvider and add module loading tools to Environment class
|
2020-05-30 12:49:16 +02:00 |
|
|
|
a1561c33bb
|
Create module model
|
2020-05-30 12:49:16 +02:00 |
|
|
|
815bd29c99
|
Create method and function invocation exception along with arguments formatter
|
2020-05-30 12:49:15 +02:00 |
|
|
|
760270c026
|
Create method definition tools
|
2020-05-30 12:49:15 +02:00 |
|
|
|
d24f1d72c7
|
Create function definition tools
|
2020-05-30 12:49:15 +02:00 |
|
|
|
634ea2711b
|
Extract some fundamental metadata structure to io.smnp.api package
|
2020-05-30 12:49:14 +02:00 |
|
|
|
945df28a29
|
Migrate signatures parsers to Kotlin
|
2020-05-30 12:49:14 +02:00 |
|
|
|
e14eb17aa6
|
Migrate matchers to Kotlin
|
2020-05-30 12:49:14 +02:00 |
|
|
|
380b07f065
|
Migrate condition evaluator to Kotlin
|
2020-05-30 12:49:14 +02:00 |
|
|
|
7eb77860e3
|
Migrate block evaluator to Kotlin
|
2020-05-30 12:49:13 +02:00 |
|
|
|
31e194a566
|
Migrate throw evaluator to Kotlin
|
2020-05-30 12:49:13 +02:00 |
|
|
|
c9e612a492
|
Introduce ExpressionEvaluator
|
2020-05-30 12:49:13 +02:00 |
|
|
|
c68d5efe62
|
Fix operator precedence between relation operators and logic operators
|
2020-05-30 12:49:13 +02:00 |
|
|
|
97cb3d3017
|
Migrate relation operators evaluator to Kotlin
|
2020-05-30 12:49:12 +02:00 |
|
|
|
0bf2a98102
|
Migrate logic operators evaluator to Kotlin
|
2020-05-30 12:49:12 +02:00 |
|