1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/d/main.di
2015-12-02 15:53:02 -05:00

5 lines
79 B
D

import types : MalType;
import env : Env;
MalType EVAL(MalType ast, Env env);