Dima
3236f91db2
101 last line comment ( #179 )
2021-06-22 11:32:27 +03:00
Dima
29af3e7875
170 pass constants as arguments ( #171 )
2021-06-15 20:44:55 +03:00
Dmitry Kurinskiy
ee23ffeb9e
Introduce Catch espression ( #162 )
2021-06-10 16:33:01 +03:00
Pavel
6522deccb4
Javascript backend ( #161 )
...
Add javascript backend
2021-06-10 13:43:46 +03:00
Dmitry Kurinskiy
4696e95129
Model refactoring to isolate imports, exports ( #156 )
...
* Model refactoring to isolate imports, exports
* Filter duplicate errors
* Do not export imports
* Add types to ServiceModel, AquaContext
* Print compiler version in AquaCli
2021-06-08 15:55:06 +03:00
Dima
6a96098227
possible to use file as input ( #152 )
2021-06-03 15:45:09 +03:00
Dima
d1e76c1fd3
fix paths finally ( #145 )
2021-06-01 20:43:44 +03:00
Dima
6ba9c13c63
extension for air target ( #143 )
2021-06-01 12:34:13 +03:00
Dima
582dab20b7
Hotfix delete println ( #140 )
2021-05-31 22:00:26 +03:00
Dima
ccc3e89775
hotfix paths ( #138 )
2021-05-31 14:40:11 +03:00
Dima
f34cd3a4e2
120 improve output ( #137 )
2021-05-31 12:50:31 +03:00
Dima
33a7cde082
Bug fix ( #131 )
2021-05-27 12:45:15 +03:00
Dima
9f5c0d64ed
Bug fixes ( #127 )
2021-05-24 11:00:45 +03:00
Dima
720de27f14
Parsing refactoring ( #111 )
...
* WIP, nothing work
* delete ParExpr, ParSem, rewrite exprs, RootCompanion, WIP
* list of tokens to tree
* fix leaf ast
* move expr
* it works?
* small changes
* handle errors
* some refactoring
* WIP
* WIP
* merge
* comments, cleaning up
* split Companion and RootCompanion
* clean up
* couple tests
* fix tests
* ParPrefix?
* Expr code reorganisation
* ParExpr/ParSem returned
* Test fixed
Co-authored-by: dmitry <dmitry@fluence.one>
2021-05-20 16:12:13 +03:00
Dmitry Kurinskiy
a8fd7f5c13
CLI: Version flag and help flag must take precedence over everything else ( #122 )
2021-05-14 16:22:34 +03:00
Dima
3066e390b7
Parser refactoring ( #104 )
2021-05-05 10:47:55 +03:00
Dmitry Kurinskiy
53ad29ab31
Config options to omit xor wrapper, relay passing ( #105 )
2021-04-30 11:43:48 +03:00
Dima
ca8e3bfa40
Constant expr ( #79 )
2021-04-22 16:42:08 +03:00
Dmitry Kurinskiy
433b464a36
67 plain air gen ( #78 )
...
* Refactoring ForClient to make its parts reusable/recomposable
* Func transformation decomposed into parts
* Improves AIR compilation target
2021-04-20 16:44:06 +03:00
Dmitry Kurinskiy
7512648cd0
69 wrong varnames ( #74 )
...
* Bug #69 reproduced in test
* Bug #69 reproduced in a test
* Fixes #47 (allow arg names in service function definitions)
* ServiceModel
* AbilityModel is removed, as it's unused
* Fixes #65 : expose %init_peer_id% as a literal
* Removed FuncResolved, as it's not resolved actually
* Fixes #69
* Helpers for func op showing & building
* Compile bug fixed
* Comments
* Removed ScriptModel.enqueue
2021-04-19 16:22:45 +03:00
Dmitry Kurinskiy
6ec999c5b6
Pass sbt version to JAR file ( #55 )
2021-04-14 14:15:27 +03:00
Dmitry Kurinskiy
970da2e1b7
30 import basics ( #49 )
...
* Functions must be marked with `pub` to be exported
* AquaFiles WIP
* Factoring out linker
* Core linker logic
* FileModuleId WIP
* AquaFile WIP
* AquaFiles WIP
* Basic imports works
* Show errors
* Dirty hack to make imports work (almost)
* Better errors displaying
* Simplified AquaCompiler interface
* Write compiled files
* New AquaCli
* CLI fixed, works
* Review fixes
2021-04-13 16:05:31 +03:00
Dima
50e335bc76
Builtins ( #46 )
2021-04-12 10:40:28 +03:00
Dmitry Kurinskiy
0de43b470e
39 fix callbacks ( #43 )
...
* Project layout reorganized
* Topology resolution extracted to a separate file
* FuncResolved class
* aqua.model.transform
* Basic bubbling
* Get more context into topology resolver
* Failing Topology test
* Get back in seq
* OnTag.via: List changed to Chain, as via is reversed and concatenated quite frequently
2021-04-06 19:01:25 +03:00