Fix signed integer parsing

This commit is contained in:
Fabien Freling 2015-08-10 01:35:47 +02:00
parent eb98415994
commit a2f5b2e08a
4 changed files with 34 additions and 2 deletions

View file

@ -4,6 +4,9 @@ all:
debug:
ocamlbuild -use-ocamlfind -I src oboy.d.byte
check:
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_cpu.byte --
clean:
rm -rf _build
rm -f *.byte