The Squirrel interpreter. See http://www.squirrel-lang.org/

Dependents:   Squirrel

Committer:
jhnwkmn
Date:
Tue Dec 16 11:39:42 2014 +0000
Revision:
3:7268a3ceaffc
Parent:
0:97a4f8cc534c
Accepts \r as line terminator as well.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jhnwkmn 0:97a4f8cc534c 1
jhnwkmn 0:97a4f8cc534c 2 SQUIRREL=.
jhnwkmn 0:97a4f8cc534c 3 MAKE=make
jhnwkmn 0:97a4f8cc534c 4
jhnwkmn 0:97a4f8cc534c 5 sq32:
jhnwkmn 0:97a4f8cc534c 6 cd squirrel; $(MAKE)
jhnwkmn 0:97a4f8cc534c 7 cd sqstdlib; $(MAKE)
jhnwkmn 0:97a4f8cc534c 8 cd sq; $(MAKE)
jhnwkmn 0:97a4f8cc534c 9
jhnwkmn 0:97a4f8cc534c 10 sqprof:
jhnwkmn 0:97a4f8cc534c 11 cd squirrel; $(MAKE) sqprof
jhnwkmn 0:97a4f8cc534c 12 cd sqstdlib; $(MAKE) sqprof
jhnwkmn 0:97a4f8cc534c 13 cd sq; $(MAKE) sqprof
jhnwkmn 0:97a4f8cc534c 14
jhnwkmn 0:97a4f8cc534c 15 sq64:
jhnwkmn 0:97a4f8cc534c 16 cd squirrel; $(MAKE) sq64
jhnwkmn 0:97a4f8cc534c 17 cd sqstdlib; $(MAKE) sq64
jhnwkmn 0:97a4f8cc534c 18 cd sq; $(MAKE) sq64