mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-03-14 19:20:49 +00:00
* CallArrowToken in the parser * CallArrowRawTag * unfoldArrow * handle IntoIndexRaw for CallArrowRaw * Removed useless CallArrowRawTag.service argument * RawValueInliner split into several classes * cliJS compiles * Parser tests compile * Semantics spec compile but fail * Allow braces around values * infix token WIP * InfixToken WIP * Fixes #423 * Infix (arithmetic) operations order * Infix (arithmetic) operations parallelism fix * seq it! * fix inline test * fix transform test * fix semantics spec * fix CallArrowSem * bugfix * Fix for CLI help typo * merge * Order fix * Order fix * optional space after `func` in closures * some doc comments Co-authored-by: DieMyst <dmitry.shakhtarin@fluence.ai>