Hierosoft / pycodetool

Code conversion tools, mostly just for removing dependencies so far. Eliminates various issues and .NET calls such as introduced by icsharpcode snippet converter C# to Python translation. NOTE: Should be rewritten to use SLY.
GNU General Public License v2.0
1 stars 1 forks source link

Handle multi-line comments #7

Open Poikilos opened 3 years ago

Poikilos commented 3 years ago

This may not be an issue since find_unquoted_not_commented is designed to work with single lines, but: