Programming language for distributed systems & p2p
Go to file
2021-03-19 11:16:03 +03:00
project First experiments with Aqua HLL 2021-02-01 16:17:46 +03:00
src Better separation of concerns: parser only parses, semantics are evaluated separately 2021-03-19 11:16:03 +03:00
.gitignore First experiments with Aqua HLL 2021-02-01 16:17:46 +03:00
.scalafmt.conf Basic FuncSpec 2021-02-25 15:50:42 +03:00
build.sbt ReturnExpr for functions 2021-03-17 13:10:21 +03:00
README.md Reformat 2021-02-26 13:57:36 +03:00

Aquamarine HLL

The high level language that compiles to AIR and some wrappers in the host language (e.g. TypeScript).

TODO

  • Lambda
  • Build data types: extend
  • Platform-specific Predef with Return ability
  • Implementation for abilities
  • Abilities passing
  • Print syntax errors better way
  • For the offset, find a token