Most common problem while working on the compiler has been being off by one
One of the most common occurrences while working on the compiler has been being off by one. So far I've found working on the compiler itself is a lot of fun, until you get that dreaded segmentation fault. The number of times I've found myself looking…