parade/NOTES

29 lines
309 B
Plaintext
Raw Normal View History

2024-05-15 01:35:12 +01:00
Datastructure:
(:library (
(:ghost ()) (
(:house (
(:teapot (
(:moth ())
()))
()))
()))
)
2024-05-15 03:31:20 +01:00
(:Vessel ())
## Default
(:library ((:ghost ()) ((:house ((:teapot ((:moth ()) ())) ())) ())))
## Create
(:library ((:NewVessel ()) ((:ghost ()) ((:house ((:teapot ((:moth ()) ())) ())) ()))))
2024-05-15 01:35:12 +01:00