A 16-bit CPU and self-hosting Forth system for the Lattice ICE40 FPGA, written in Haskell.
Stars
60
Forks
8
Watchers
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
459
commits
Notes on a silly idea I'm having.
4d35a50
bsforth: replace sfoldl with s-each.
ad4b444
bsforth: add DO LOOP
48afe96
bsforth: fix empty quotations
03cc651
bsforth: hoist >link earlier in the process
b691331
bsforth: add traverse for linked lists.
9fdb740
Icoboard: remove unused led[3] port.
d90f678
bsforth: factor out name>string
51468ea
bsforth: add >r> to exchange tops of stacks
6d26bcb
doc/core: fix bad ASCII art
a947175
bsforth: simplify quotation implementation.
acb7b17
Fix icestick Makefile to shrink image.
583c26b
Improve Makefile.
f8e0ba5
bsforth: improve bootstrap comments
64ca2ea
bf/extras: disable interrupts before reloading
a4920fa