comparison interps/c-intercal/etc/IFFI.spec @ 996:859f9b4339e6

<Gregor> tar xf egobot.tar.xz
author HackBot
date Sun, 09 Dec 2012 19:30:08 +0000
parents
children
comparison
equal deleted inserted replaced
995:6883f5911eb7 996:859f9b4339e6
1 %fingerprint-spec 1.4
2 %fprint:IFFI
3 %url:http://example.com
4 %desc:INTERCAL-like Foreign Function Interface
5 %safe:false
6 %begin-instrs
7 #I name desc
8 A create CREATE a new INTERCAL instruction
9 C come_from In markmode COME FROM the top of stack
10 D create_data Push information about a CREATEd instruction argument
11 F forget FORGET NEXT stack entries equal to top of stack
12 G var_get Get the value of an INTERCAL scalar variable
13 L label Use top of stack as a line label for this point
14 M marker Marks points where the code can be entered from outside
15 N next Try to NEXT to the line labelled with the top of stack
16 R resume RESUME to the top-of-stackth NEXT stack entry
17 S var_set Set the value of an INTERCAL scalar variable
18 V arg_set Assign to a CREATEd instruction argument
19 X next_from In markmode NEXT FROM the top of stack
20 Y yield Marks the end of initialisation
21 %end