parser: add simple parser and tests
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
tests
|
||||
testParseEmptyList
|
||||
self assert: (ph parse: '()') equals: #()
|
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
tests
|
||||
testParseEmptyList
|
||||
self assert: (ph parse: '()') equals: #()
|