From 04e55a4a8d8c2ed099ad30dd946e5ce91a31b4a4 Mon Sep 17 00:00:00 2001 From: Jake Roggenbuck <35516367+JakeRoggenbuck@users.noreply.github.com> Date: Thu, 19 Sep 2024 01:20:13 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ebfa48..51574bc 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,8 @@ Here I created a function called `s` that computes the same equation. ![image](https://github.com/user-attachments/assets/a89c1203-773f-461d-b169-ac1d65882617) +A test file with the same functionality can be found here: [space](https://github.com/JakeRoggenbuck/component/blob/main/testfiles/space). + ## Convert to Assembly Currently the interpreter creates x86-64 or RISC-V assembly as the code is being evaluated. In the future, an output file can be specified and the assembly will be put into that file and assembled.