Skip to content

Commit

Permalink
Add a link to scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
mossprescott committed Mar 25, 2024
1 parent 5e846fc commit a9080d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions alt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ local variables and expression evaluation, reserving the stack only for subrouti
[alt/reduce.py](reduce.py) adds an optimization phase after parsing and before the normal compiler runs, which
replaces certain function calls with lower-overhead "reduced" alternatives.


## Alternative languages

[alt/scheme](scheme/) provides a compiler and REPL for the Scheme language (circa R4RS), using the "big" architecture.


## Results

| Location | Nands | ROM size | Cycles per frame | Cycles for init |
Expand Down

0 comments on commit a9080d6

Please sign in to comment.