evaluator: add simple no-op evaluator and tests

This commit is contained in:
2018-04-30 16:41:12 +02:00
parent 90603a9bb5
commit 584f9b24c7
6 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
tests
testEvalEmptyList
self assert: (ph parseAndEval: '()') equals: #()