aqua
aqua copied to clipboard
feat(compiler): Add `fail` statement [fixes LNG-98]
LNG-98 `fail` expression
- implement
failair instruction with error code. - Implement new syntax:
fail "error message"
- split default error handling and
failinstruction