1
0
Fork
You've already forked gforth-dump
0
This is a dump of all my scratch gforth stuff. Might be useful for somebody looking for some forth examples? I dunno.
  • Forth 100%
2022年12月23日 16:25:46 -08:00
add-lines.fs * 2022年12月22日 22:03:22 -08:00
cal.fs * 2022年12月22日 22:03:22 -08:00
cat.fs Initial Commit 2022年12月14日 08:12:53 -08:00
hello.fs Initial Commit 2022年12月14日 08:12:53 -08:00
input.txt * 2022年12月22日 22:03:22 -08:00
memory.fs Initial Commit 2022年12月14日 08:12:53 -08:00
print-cal.fs Add calendar printer 2022年12月23日 16:25:46 -08:00
readfile.fs Initial Commit 2022年12月14日 08:12:53 -08:00
README.md * 2022年12月14日 08:14:25 -08:00
test-c-at.fs * 2022年12月22日 22:03:22 -08:00

These are all using the latest version of gforth, which I have been told isn't great, but I figure I shouldn't let perfect be the enemy of good and start learning.

I'm using ( these ) to signify stack states and \ these to be comments.