evanbergeron / smlnj-calc

SML calc program that runs in Ubuntu 20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudo apt install sml ml-yacc ml-lex ml-lpt

Launch an sml interpreter (from emacs, C-c C-s).

- CM.make "sources.cm";
- Calc.parse();
1 + 2;
result = 3

About

SML calc program that runs in Ubuntu 20


Languages

Language:Standard ML 66.3%Language:Lex 33.7%