Ported Firefox CSS parser to C#
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...
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...