From e09b0bb865bbb0087c46b4acd90b759f14dfa824 Mon Sep 17 00:00:00 2001 From: jwansek <eddie.atten.ea29@gmail.com> Date: Mon, 18 Oct 2021 16:40:56 +0100 Subject: added sableCC calculator --- code/simpleSableCCCalulator/examples/maths.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 code/simpleSableCCCalulator/examples/maths.txt (limited to 'code/simpleSableCCCalulator/examples/maths.txt') diff --git a/code/simpleSableCCCalulator/examples/maths.txt b/code/simpleSableCCCalulator/examples/maths.txt new file mode 100644 index 0000000..f3b3bd9 --- /dev/null +++ b/code/simpleSableCCCalulator/examples/maths.txt @@ -0,0 +1 @@ +(36/2 + 45) * 3 \ No newline at end of file -- cgit v1.2.3 From 8f50e4d189bad9dbd180fd945881950769c3a989 Mon Sep 17 00:00:00 2001 From: jwansek <eddie.atten.ea29@gmail.com> Date: Sun, 24 Oct 2021 14:07:29 +0100 Subject: added the start of a type system --- code/simpleSableCCCalulator/examples/maths.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/simpleSableCCCalulator/examples/maths.txt') diff --git a/code/simpleSableCCCalulator/examples/maths.txt b/code/simpleSableCCCalulator/examples/maths.txt index f3b3bd9..36726f5 100644 --- a/code/simpleSableCCCalulator/examples/maths.txt +++ b/code/simpleSableCCCalulator/examples/maths.txt @@ -1 +1 @@ -(36/2 + 45) * 3 \ No newline at end of file +(36/2 + 45.2) * 3 \ No newline at end of file -- cgit v1.2.3