blisp 0.4.7

A lisp like statically typed programing language for no_std.
Documentation
1
2
3
4
5
6
7
all: index.html index.ja.html

index.html: index.adoc
	asciidoctor index.adoc

index.ja.html: index.ja.adoc
	asciidoctor index.ja.adoc