Commit Graph

27 Commits

Author SHA1 Message Date
d24e77b5e3 Removing IO from compiler submodule (#186)
* Removing IO from compiler submodule (wip)

* move targets to cli
2021-06-30 09:21:40 +03:00
f15bd0558b Cli/compiler refactoring (#184) 2021-06-29 16:31:20 +03:00
5e1ef6e227 Abstract backend (#182) 2021-06-25 10:25:27 +03:00
3236f91db2 101 last line comment (#179) 2021-06-22 11:32:27 +03:00
29af3e7875 170 pass constants as arguments (#171) 2021-06-15 20:44:55 +03:00
ee23ffeb9e Introduce Catch espression (#162) 2021-06-10 16:33:01 +03:00
6522deccb4 Javascript backend (#161)
Add javascript backend
2021-06-10 13:43:46 +03:00
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
6a96098227 possible to use file as input (#152) 2021-06-03 15:45:09 +03:00
d1e76c1fd3 fix paths finally (#145) 2021-06-01 20:43:44 +03:00
6ba9c13c63 extension for air target (#143) 2021-06-01 12:34:13 +03:00
582dab20b7 Hotfix delete println (#140) 2021-05-31 22:00:26 +03:00
ccc3e89775 hotfix paths (#138) 2021-05-31 14:40:11 +03:00
f34cd3a4e2 120 improve output (#137) 2021-05-31 12:50:31 +03:00
33a7cde082 Bug fix (#131) 2021-05-27 12:45:15 +03:00
9f5c0d64ed Bug fixes (#127) 2021-05-24 11:00:45 +03:00
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
a8fd7f5c13 CLI: Version flag and help flag must take precedence over everything else (#122) 2021-05-14 16:22:34 +03:00
3066e390b7 Parser refactoring (#104) 2021-05-05 10:47:55 +03:00
53ad29ab31 Config options to omit xor wrapper, relay passing (#105) 2021-04-30 11:43:48 +03:00
ca8e3bfa40 Constant expr (#79) 2021-04-22 16:42:08 +03:00
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
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
6ec999c5b6 Pass sbt version to JAR file (#55) 2021-04-14 14:15:27 +03:00
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
50e335bc76 Builtins (#46) 2021-04-12 10:40:28 +03:00
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