From ee1a5de91c875fb66724dc21c02333bfebe2a812 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Tue, 1 Feb 2022 18:36:52 +0100 Subject: Add new syntax to lexer and prepare refactor --- tests/constants/strings.bdl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/constants/strings.bdl (limited to 'tests/constants/strings.bdl') diff --git a/tests/constants/strings.bdl b/tests/constants/strings.bdl new file mode 100644 index 0000000..9b1d687 --- /dev/null +++ b/tests/constants/strings.bdl @@ -0,0 +1,5 @@ +(print "abc") +(print "test this longer string") +(print "escape\na\nnewline") +(print "escape\ttab\tcharacters") +(print "with type :str":str) -- cgit v1.2.1