Tony-X / SIMPLF

Simple Imperative Programming Language - with first-class function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIMPLF

Simple Imperative Programming Language - with first-class function

#Dependencies: OCaml 4.0.2 +

#How to Build? simply make! -> make clean && make

Shipped with program for testing

#examples

./simpl isprime.sim 7

true

./simpl factorial.sim 5

240

Have fun

About

Simple Imperative Programming Language - with first-class function


Languages

Language:OCaml 88.1%Language:Standard ML 11.9%