From 8dfc184c00f7c04e70f861914a944e3dbee3a136 Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Sun, 4 Sep 2022 13:50:58 +1200 Subject: Add testing programs to repo --- test_programs/thue/parser_test.thue | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test_programs/thue/parser_test.thue (limited to 'test_programs/thue/parser_test.thue') diff --git a/test_programs/thue/parser_test.thue b/test_programs/thue/parser_test.thue new file mode 100644 index 0000000..c69d6bb --- /dev/null +++ b/test_programs/thue/parser_test.thue @@ -0,0 +1,8 @@ +This is a normal rule::=This is a normal cabbage +This is an input rule::=::: +This is an output rule::=~This text will be printed without a newline +This is_an output rule that only prints a newline::=~ +::= +this is normal text that shouldn't be parsed a a rule +so is this +and this too -- cgit v1.2.1