Remove parse, no strings in base library.
References: https://todo.sr.ht/~sforman/Xerblin/10
This commit is contained in:
@@ -227,15 +227,6 @@ def inscribe_(stack, expression, dictionary):
|
|||||||
return stack, expression, dictionary
|
return stack, expression, dictionary
|
||||||
|
|
||||||
|
|
||||||
@inscribe
|
|
||||||
@SimpleFunctionWrapper
|
|
||||||
def parse(stack):
|
|
||||||
'''Parse the string on the stack to a Joy expression.'''
|
|
||||||
text, stack = stack
|
|
||||||
expression = text_to_expression(text)
|
|
||||||
return expression, stack
|
|
||||||
|
|
||||||
|
|
||||||
# @inscribe
|
# @inscribe
|
||||||
# @SimpleFunctionWrapper
|
# @SimpleFunctionWrapper
|
||||||
# def infer_(stack):
|
# def infer_(stack):
|
||||||
|
|||||||
Reference in New Issue
Block a user