Ported Firefox CSS parser to C#
https://news.ycombinator.com/item?id=6242522https://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...