new compiler/parser
This commit is contained in:
parent
35bad08a0d
commit
7efa99d064
16 changed files with 419 additions and 302 deletions
1
std.grr
1
std.grr
|
|
@ -14,6 +14,7 @@ def 3dip { swap [2dip] dip }
|
|||
|
||||
def keep { over [call] dip }
|
||||
def 2keep { [2dup] dip 2dip }
|
||||
def 3keep { [dup 2over dig] dip 3dip }
|
||||
|
||||
def bi { [keep] dip call }
|
||||
def tri { [[keep] dip keep] dip call }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue