about summary refs log tree commit diff stats
path: root/lua/chupacabra/refcard.md
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-06-09 20:54:53 -0400
committerelioat <elioat@tilde.institute>2024-06-09 20:54:53 -0400
commit3ff223f2a297a7300fede33dbe69da63f08e0c84 (patch)
tree0576d764fe9ab6e22b735e261237502bd1cf7f31 /lua/chupacabra/refcard.md
parent252f3076873868dee5cec2b4b571b47673c1cf06 (diff)
downloadtour-3ff223f2a297a7300fede33dbe69da63f08e0c84.tar.gz
*
Diffstat (limited to 'lua/chupacabra/refcard.md')
-rw-r--r--lua/chupacabra/refcard.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/lua/chupacabra/refcard.md b/lua/chupacabra/refcard.md
index 26aa4f5..9eaf6e7 100644
--- a/lua/chupacabra/refcard.md
+++ b/lua/chupacabra/refcard.md
@@ -26,4 +26,12 @@ You can create test cases using the `tc` function from lua. The `tc` function ta
 
 For example, `tc("[1 1 1] [2 3 4] @+", {3, 4, 5})` tests that adding the arrays {1, 1, 1} and {2, 3, 4} results in the array {3, 4, 5}.
 
-There is also a totally shit repl. I'll make that better, soon...maybe.
\ No newline at end of file
+There is also a totally shit repl. I'll make that better, soon...maybe.
+
+## repl
+There is a basic repl provided to use when exploring chupacabra. First run, `chmod +x repl` and then every other time you should be able to run just `./repl`.
+
+## Other stuff
+- Nested arrays? lol, nope.
+- User defined words? Also a nope.
+- Lambdas? Maybe one day.
\ No newline at end of file