aqua/backend
Dmitry Kurinskiy e3716f6f31
Converting compiler to a pure function (#217)
* Trying to make the compiler a pure function

* Pure compiler WIP

* Compiler should be working now

* printlns

* printlns

* printlns

* fix, delete printlns

* more logs

* fix import resolving, more tests

* fix imports, add tests for imports resolving

* fix test

* correct paths to targets, correct output

* refactoring, create directories to file if not exist

* small changes

* fix test

* Tiny fixes WIP

* Tiny fixes

* Incrementing base version, as host_peer_id is added (fixes #218)

* render error messages, WIP

* small fix

* get src for lexer error

* wrap parser error

* add list of errors

* Handle file write errors accurately

* Use show syntax

* fix test

* fix test

* fix test

* println

Co-authored-by: DieMyst <dmitry.shakhtarin@fluence.ai>
2021-08-03 17:23:28 +03:00
..
air/src/main/scala/aqua/backend/air Converting compiler to a pure function (#217) 2021-08-03 17:23:28 +03:00
js/src/main/scala/aqua/backend/js Converting compiler to a pure function (#217) 2021-08-03 17:23:28 +03:00
src/main/scala/aqua/backend Converting compiler to a pure function (#217) 2021-08-03 17:23:28 +03:00
ts/src/main/scala/aqua/backend/ts Converting compiler to a pure function (#217) 2021-08-03 17:23:28 +03:00