add variables, fix negative allot not working

This commit is contained in:
2021-11-17 00:59:50 +01:00
parent ef2e6943bd
commit 569536ae86
6 changed files with 221 additions and 44 deletions
+3
View File
@@ -50,6 +50,9 @@ enum fb_instruction_kind {
/* DO loop initializer */
FH_INSTR_DO,
/* value TO var */
FH_INSTR_TO,
/* ?DO short-circuiting loop */
FH_INSTR_DO_QUESTION,