From e09b0bb865bbb0087c46b4acd90b759f14dfa824 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 18 Oct 2021 16:40:56 +0100 Subject: added sableCC calculator --- code/simpleSableCCCalulator/examples/maths2.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 code/simpleSableCCCalulator/examples/maths2.txt (limited to 'code/simpleSableCCCalulator/examples/maths2.txt') diff --git a/code/simpleSableCCCalulator/examples/maths2.txt b/code/simpleSableCCCalulator/examples/maths2.txt new file mode 100644 index 0000000..1f1d63e --- /dev/null +++ b/code/simpleSableCCCalulator/examples/maths2.txt @@ -0,0 +1 @@ +sin(45 * 3) / 3 \ No newline at end of file -- cgit v1.2.3 From aa3a6929584eaa63cafb73353a62effd75d4dd8c Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 25 Oct 2021 15:20:30 +0100 Subject: added using symbol table in stack --- code/simpleSableCCCalulator/examples/maths2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/simpleSableCCCalulator/examples/maths2.txt') diff --git a/code/simpleSableCCCalulator/examples/maths2.txt b/code/simpleSableCCCalulator/examples/maths2.txt index 1f1d63e..313296b 100644 --- a/code/simpleSableCCCalulator/examples/maths2.txt +++ b/code/simpleSableCCCalulator/examples/maths2.txt @@ -1 +1 @@ -sin(45 * 3) / 3 \ No newline at end of file +sin(45 * 2) / 3 -- cgit v1.2.3