blisp 0.4.7

A lisp like statically typed programing language for no_std.
Documentation
1
2
3
4
5
6
7
8
9
10
11
all: typing.pdf

typing.dvi: typing.tex
	platex typing.tex
	platex typing.tex

typing.pdf: typing.dvi
	dvipdfmx -p letter typing.dvi

clean:
	rm -f *.dvi *.log *.aux *.pdf