Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeRoggenbuck authored Sep 19, 2024
1 parent 74ea742 commit 04e55a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 04e55a4

Please sign in to comment.