5e2a4dff50
Adds CLI options for compiling to a Tree Calculus, AST, Ternary, and ASCII tree view. Adds CLI command for attempted decoding of a compiled result to Number/String/List.
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
-- This is a tricu comment!
|
|
-- t (t t) (t (t t t))
|
|
-- t (t t t) (t t)
|
|
-- x = (\a : a)
|
|
t (t t) t -- Fork (Stem Leaf) Leaf
|
|
-- t t
|
|
-- x
|
|
-- x = (\a : a)
|
|
-- t
|