1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
opal-examples/Blatt07/Interpreter.impl
2013-10-19 01:17:37 +02:00

11 lines
255 B
Plaintext

IMPLEMENTATION Interpreter
IMPORT SafeNat COMPLETELY
-- IMPORT Expression COMPLETELY
IMPORT Environment COMPLETELY
-- IMPORT Evaluate COMPLETELY
DATA expr == lamda(parameter: denotation, result: expr)
apply(fun: expr, arg: expr)