Ported Firefox CSS parser to C#
11 points
13 years ago
https://github.com/Athari/CsCss

Maybe it sounds crazy, but regex seems to be a worthy tool for C++>C# conversion: 400 lines of regex to convert 10000 lines of code. The question is, will I be able to maintain it...