commit 6aee3ccfda3c3ddbfde92008d6e50740c4749443 (patch) parent 4c7112242abf30988945134ef192c73af15f5d3b Author: Alex Karle <alex@alexkarle.com> Date: Wed, 5 Oct 2022 00:06:52 -0400 cleanup: Add more examples, move to examples/ dir Diffstat:
R | comment.lox -> examples/comment.lox | | | 0 | |
A | examples/err.lox | | | 5 | +++++ |
R | test.lox -> examples/test.lox | | | 0 | |
R | test2.lox -> examples/test2.lox | | | 0 | |
A | examples/test3.lox | | | 5 | +++++ |
5 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/comment.lox b/examples/comment.lox diff --git a/examples/err.lox b/examples/err.lox @@ -0,0 +1,5 @@ +this is valid {} +@ +@ +@ +this is too diff --git a/test.lox b/examples/test.lox diff --git a/test2.lox b/examples/test2.lox diff --git a/examples/test3.lox b/examples/test3.lox @@ -0,0 +1,5 @@ +this = "a +multi +line +string!" +cool!