cirilisp/eval.h
2019-11-01 22:02:08 +01:00

4 lines
57 B
C

#pragma once
object Eval(object input, env currentEnv);