Tag Archives: Compiler

Making a parser generator doesn’t have to be hard.

I’m inspired to write this because of Russ Cox’ regular expression blogpost, which follows a similar format, although I’m not about to compare my implementation to others. Recently, I decided to create a project called CCC, or Collin’s Compiler Creator, … Continue reading

Posted in Programming | Tagged , , , | 1 Comment

80% of the problems, caused by 20% of the bugs

If you’ve been around the internet for a long enough time, you’ve probably heard of the 80-20 principle, or Pareto Principle. For some reason, it seems like everything is linked to the proportion 80 to 20. For example, 80% of … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment