Tiny computer
Go to file
Jeff 55bc02e00a Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
.gitignore Initial commit 2024-02-07 23:29:29 -05:00
babel.config.js Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
bit.test.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
bit.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
counter-machine.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
index.ts Initial commit 2024-02-07 23:29:29 -05:00
jest.config.js Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
license Add a license 2024-02-12 01:58:46 -05:00
machine.test.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
machine.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
machine.txt Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
memory.test.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
memory.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
minecraft-machine.test.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
minecraft-machine.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
package-lock.json Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
package.json Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
ram.test.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
ram.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
types.ts Initial commit 2024-02-07 23:29:29 -05:00
word.test.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00
word.ts Change directions to a stack-based, minecraft-focused machine 2024-04-03 00:22:01 -04:00