Crispy CrispyPin
CrispyPin pushed to main at CrispyPin/compiler-timer 2024-01-25 12:16:40 +01:00
bcc7b8c0a3 add README.md
CrispyPin pushed to main at CrispyPin/compiler-timer 2024-01-25 12:10:17 +01:00
64c077b168 handle first-time run with no arguments
CrispyPin pushed to main at CrispyPin/dotfiles 2024-01-24 21:06:28 +01:00
d1418b6444 the things
CrispyPin pushed to main at CrispyPin/dotfiles 2024-01-24 20:58:38 +01:00
bc7920537e add scripts
CrispyPin pushed to main at CrispyPin/compiler-timer 2024-01-22 12:27:47 +01:00
8c455f58a0 calculate averages
CrispyPin pushed to main at CrispyPin/compiler-timer 2024-01-02 11:03:54 +01:00
f88454b6b7 handle ctrl+c
CrispyPin pushed to main at CrispyPin/bf-debugger 2023-12-29 11:22:47 +01:00
91f3d32b2b add breakpoints on !
CrispyPin pushed to main at CrispyPin/worm 2023-12-16 23:17:09 +01:00
dc2e3bc106 add 99 bottles of beer example program
4b0444e979 add logical not operator
Compare 2 commits »
CrispyPin pushed to main at CrispyPin/worm 2023-12-16 14:02:31 +01:00
e70580785f add hello world example program
49895f1b11 define non-instruction bytes to just get eaten (for easier text printing), and add a special case for _ -> space
Compare 2 commits »
CrispyPin pushed to main at CrispyPin/worm 2023-12-16 13:44:18 +01:00
d1a8792b18 add double loop example program
CrispyPin pushed to main at CrispyPin/worm 2023-12-16 13:39:48 +01:00
f07a256fe6 add cat example program
27822fc06a strip trailing newline from manual input
Compare 2 commits »
CrispyPin pushed to main at CrispyPin/worm 2023-12-16 13:22:21 +01:00
07a7b44778 fix not reading input past the first character
CrispyPin pushed to main at CrispyPin/worm 2023-12-14 13:17:02 +01:00
de9af67e50 fix instruction pushing not being FIFO
CrispyPin pushed to main at CrispyPin/worm 2023-12-12 22:56:41 +01:00
142cb9cc09 fix alternate start locations, eat all non-instruction bytes
CrispyPin pushed to main at CrispyPin/worm 2023-12-12 22:40:13 +01:00
9cc9b5d0dc fix subtraction
6286136e21 this is literal garbage
Compare 2 commits »
CrispyPin created branch main in CrispyPin/worm 2023-12-12 22:27:38 +01:00
CrispyPin pushed to main at CrispyPin/worm 2023-12-12 22:27:38 +01:00
355811be3a this is literal garbage
CrispyPin created repository CrispyPin/worm 2023-12-12 22:27:24 +01:00
CrispyPin pushed to main at CrispyPin/aoc-2023 2023-12-11 16:48:00 +01:00
92a75560fb add decimal output to brainfuck programs
CrispyPin pushed to main at CrispyPin/aoc-2023 2023-12-10 00:42:16 +01:00
f987c01b73 add bf day 4