From 445784a629c99336d47b31ea9540bd95bbb97dc1 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Mon, 31 Mar 2025 17:22:19 +0300 Subject: Add 2 more examples - Number parser - Factorial (2 ways to implement) --- examples/out/fac | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/out/fac (limited to 'examples/out/fac') diff --git a/examples/out/fac b/examples/out/fac new file mode 100644 index 0000000..3de0ab5 --- /dev/null +++ b/examples/out/fac @@ -0,0 +1,12 @@ +Globals: + a=0 + b=720 + c=0 + z=0 +Functions: + F, 13 nodes + I, 7 nodes +Stack: + 6 + 720 + 720 -- cgit 1.4.1