-
Erwan Jahier authored
I took the data type definition from SocExecValue to define a Data module that is a strict extension of the Lutin Data module. The duplicated Genlex module is now also identical to the one of Lurette. Quite boring, but simple thanks to the ocaml type system.
Erwan Jahier authoredI took the data type definition from SocExecValue to define a Data module that is a strict extension of the Lutin Data module. The duplicated Genlex module is now also identical to the one of Lurette. Quite boring, but simple thanks to the ocaml type system.
Makefile.dist 212 B
test: lus2lic ec2c runtest
testdir=$(shell pwd)
runtest:
runtest --all --tool lus2lic || true
lus2lic:
ln -s ../bin/lus2lic
# requires ec2c (distributed in the lv4 package)
ec2c:
ln -s `which ec2c`