parser: add simple parser and tests

This commit is contained in:
2018-04-30 16:33:57 +02:00
parent f76a6c756b
commit 90603a9bb5
16 changed files with 66 additions and 0 deletions

View File

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