mirror of
https://github.com/lloeki/wasp.git
synced 2025-12-06 10:44:39 +01:00
rply parser + historical implementation
This commit is contained in:
parent
93796389e0
commit
12da94d927
4 changed files with 169 additions and 0 deletions
3
lambda.py
Normal file
3
lambda.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from lysssp import _eval, globs
|
||||
|
||||
print _eval(["apply", ["quote", ["lambda", [], 10]], ["quote", [20]]], globs)
|
||||
Loading…
Add table
Add a link
Reference in a new issue