ldpl 0.1.0

LDPL 4.4 compiler in Rust
Documentation
1
2
3
4
5
6
7
8
default: test

test: 
	ldpl -i=hello.cpp -o=hello hello.ldpl
	./hello

clean:
	rm -f hello.{o,a} hello-bin hello