For a while now, I've been writing a code editor for Python. I know there are quite enough of these, but I wanted something a bit different. I decided to write it in C#, and I'm glad I did - C#'s GUI is really easy... View Article
Python Parsing Ep. I: Lexing Python (with ANTLR)