These programs are required:
- lmntal-compiler
- SLIM
Execute l2c
with ADLMNtal file.
$ l2c LMNTAL_PROGRAM.lmn
After translation, you see LMNTAL_PROGRAM.c
in the same directory.
- If you want to remove all il files, you can run
make clean
to remove them. - L2C is a proof of concept. Please inform us of any bugs you found.