evaluator: add user-defined functions

This commit is contained in:
2018-04-30 18:08:01 +02:00
parent 013c0844c7
commit 127d2e4ad8
23 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
as yet unclassified
evalLambda: expr in: environ
^ PProc new params: expr second; body: expr third