fisl

fisl is scheme lox
git clone git://git.alexkarle.com.com/fisl
Log | Files | Refs | README | LICENSE

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:
Rcomment.lox -> examples/comment.lox | 0
Aexamples/err.lox | 5+++++
Rtest.lox -> examples/test.lox | 0
Rtest2.lox -> examples/test2.lox | 0
Aexamples/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!