-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.hs
More file actions
14 lines (12 loc) · 682 Bytes
/
Copy pathtest.hs
File metadata and controls
14 lines (12 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{-|
_____ _ _ __ __ _____ _ ______ _____ ______ ______
(_____) (_) (_) (__)_(__) (_____) (_) (______)(_____) (______)(______)
(_)__(_)(_) (_)(_) (_) (_)(_)__(_)(_) (_)__ (_)__(_)(_)__ (_)__
(_____) (_) (_)(_) (_) (_)(_____) (_) (____) (_____) (____) (____)
(_)__(_)(_)___(_)(_) (_)(_)__(_)(_)____ (_)____ (_)__(_)(_)____ (_)____
(_____) (_____) (_) (_)(_____) (______)(______)(_____) (______)(______)
-}
parse' Map.empty exExp
parse' Map.empty exExp'
eval' Map.empty exExp
parser (parser Map.empty (Plus (Literal 1) (Lamda "x" (Var"x"))))