mirror of https://git.sr.ht/~rabbits/parade
27 lines
340 B
Plaintext
27 lines
340 B
Plaintext
|
|
|
|
Datastructure:
|
|
|
|
(:library (
|
|
(:ghost ()) (
|
|
(:house (
|
|
(:teapot (
|
|
(:moth ())
|
|
()))
|
|
()))
|
|
()))
|
|
)
|
|
|
|
(:Vessel ())
|
|
|
|
## Default
|
|
|
|
(:library ((:ghost ()) ((:house ((:teapot ((:moth ()) ())) ())) ())))
|
|
|
|
## Create a NewVessel
|
|
|
|
(:library ((:NewVessel ()) ((:ghost ()) ((:house ((:teapot ((:moth ()) ())) ())) ()))))
|
|
|
|
## Take the NewVessel
|
|
|