Let simplejoy be joy.
Simple pleasures are the best.
This commit is contained in:
@@ -16,7 +16,6 @@ at drop first
|
||||
average [sum] [size] cleave /
|
||||
b [i] dip i
|
||||
binary unary popd
|
||||
bool truthy
|
||||
ccccons ccons ccons
|
||||
ccons cons cons
|
||||
clear [] swaack pop
|
||||
|
||||
@@ -552,7 +552,7 @@ proc joy_eval(sym: string, stack: JoyListType, expression: JoyListType,
|
||||
return swaack(stack, expression, dictionary)
|
||||
of "swap":
|
||||
return swap(stack, expression, dictionary)
|
||||
of "truthy":
|
||||
of "bool": # bool is a reserved word in Nim.
|
||||
return truthy(stack, expression, dictionary)
|
||||
|
||||
else:
|
||||
Reference in New Issue
Block a user