next: CHOOSE opcode + better compiler error reporting

This commit is contained in:
Lobo 2026-02-08 11:46:19 -03:00
parent 0e3d9f68e0
commit 1746d12266
5 changed files with 46 additions and 13 deletions

View file

@ -17,6 +17,7 @@ enum GrowlOpcode {
GOP_DIG,
GOP_TO_RETAIN,
GOP_FROM_RETAIN,
GOP_CHOOSE,
GOP_CALL,
GOP_CALL_NEXT,
GOP_TAIL_CALL,