This project reads and executes programs written in a custom mini-language (.ml
), implemented in pure C using runml.c
.
runml.c
– C interpreter for the mini-languagesample01.ml
,sample02.ml
, ... – Test programs in the mini-language
gcc runml.c -o runml
./runml sample01.ml