mirror of https://git.sr.ht/~rabbits/parade
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
Benchmark
|
|
|
|
answer(¶de, "create a teapot");
|
|
answer(¶de, "become the teapot");
|
|
answer(¶de, "enter the ghost");
|
|
answer(¶de, "leave");
|
|
|
|
answer(¶de, "take the ghost");
|
|
answer(¶de, "drop the ghost");
|
|
answer(¶de, "warp in the teapot");
|
|
answer(¶de, "transform into a bat");
|
|
|
|
answer(¶de, "note the bat is dark.");
|
|
answer(¶de, "program create a teapot");
|
|
answer(¶de, "warp to the library");
|
|
answer(¶de, "become the ghost");
|
|
answer(¶de, "use the bat");
|
|
|
|
Parser
|
|
|
|
answer(¶de, "create a machine");
|
|
answer(¶de, "enter the machine");
|
|
answer(¶de, "program create a thing");
|
|
answer(¶de, "leave");
|
|
answer(¶de, "create a place");
|
|
answer(¶de, "enter the place");
|
|
answer(¶de, "note this is a thing");
|
|
answer(¶de, "leave");
|
|
answer(¶de, "create a mixture");
|
|
answer(¶de, "enter the mixture");
|
|
answer(¶de, "note this is a both");
|
|
answer(¶de, "program create a both");
|
|
answer(¶de, "leave");
|
|
answer(¶de, "save");
|
|
|
|
Stress
|
|
|
|
answer(¶de, "create a machine00000000");
|
|
answer(¶de, "create a machine000000000");
|