git @ Cat's Eye Technologies Sally / master eg / test.sal
master

Tree @master (Download .tar.gz)

test.sal @masterraw · history · blame

1
2
3
4
5
6
7
stdlib
int int binop int
  proto
int int like binop dobinop int
  do 3 $1 $2
int main int int
  dobinop $1 5 the add dobinop $1 5 the sub