From 0e4c54f835166eaf1800d1048b19b6fb68facd97 Mon Sep 17 00:00:00 2001 From: Jake Roggenbuck <35516367+JakeRoggenbuck@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:57:51 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a97cfa..6f70f40 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ true and false - `int` converts types into NumericIntLiteral if possible - `dec` converts types into NumericDecLiteral if possible - `bool` converts types into BoolLiteral if possible +- `vars` prints all variables +- `stack` prints the current stack ## Constants - `e` Euler's number