Free Hero Mesh

Diff
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Differences From Artifact [ad766f3299]:

To Artifact [ee3354bb1f]:


12
13
14
15
16
17
18

19
20
21
22
23

24

25
26
27
28
29
30
31
#define OP_NIP 32771
#define OP_TUCK 32772
#define OP_ROT 32773
#define OP_ROTBACK 32774
#define OP_PICK 32775
#define OP_OVER 32776
#define OP_IF 32777

#define OP_ELSE 32778
#define OP_THEN 32779
#define OP_BEGIN 32780
#define OP_AGAIN 32781
#define OP_UNTIL 32782

#define OP_WHILE 32783

#define OP_REPEAT 32784
#define OP_FOR 32785
#define OP_NEXT 32786
#define OP_GOTO 32787
#define OP_CALLSUB 32788
#define OP_RET 32789
#define OP_RETNZ 32790







>





>

>







12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#define OP_NIP 32771
#define OP_TUCK 32772
#define OP_ROT 32773
#define OP_ROTBACK 32774
#define OP_PICK 32775
#define OP_OVER 32776
#define OP_IF 32777
#define OP_IF_C 34825
#define OP_ELSE 32778
#define OP_THEN 32779
#define OP_BEGIN 32780
#define OP_AGAIN 32781
#define OP_UNTIL 32782
#define OP_UNTIL_C 34830
#define OP_WHILE 32783
#define OP_WHILE_C 34831
#define OP_REPEAT 32784
#define OP_FOR 32785
#define OP_NEXT 32786
#define OP_GOTO 32787
#define OP_CALLSUB 32788
#define OP_RET 32789
#define OP_RETNZ 32790
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
{"eq2",8421428},
{"exec",8486942},
{"flip",8421615},
{"for",8683537},
{"fork",8683547},
{"ge",8486968},
{"gt",8486966},
{"if",8683529},
{"in",8421612},
{"is",8421434},
{"land",8421423},
{"le",8486969},
{"link",8683549},
{"lnot",8421426},
{"lor",8421424},







|







849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
{"eq2",8421428},
{"exec",8486942},
{"flip",8421615},
{"for",8683537},
{"fork",8683547},
{"ge",8486968},
{"gt",8486966},
{"if",8749065},
{"in",8421612},
{"is",8421434},
{"land",8421423},
{"le",8486969},
{"link",8683549},
{"lnot",8421426},
{"lor",8421424},
886
887
888
889
890
891
892
893
894
895
896
897
{"rtn",8683548},
{"s?",8421439},
{"swap",8421378},
{"then",8683531},
{"tmark",8421611},
{"tuck",8421380},
{"uniq",8421618},
{"until",8683534},
{"while",8683535},
};
#define N_OP_NAMES 374
#endif







|
|



889
890
891
892
893
894
895
896
897
898
899
900
{"rtn",8683548},
{"s?",8421439},
{"swap",8421378},
{"then",8683531},
{"tmark",8421611},
{"tuck",8421380},
{"uniq",8421618},
{"until",8749070},
{"while",8749071},
};
#define N_OP_NAMES 374
#endif