krdln / shelly

Shelly — very dumb PowerShell script analyzer
MIT License
3 stars 1 forks source link

Get rid of regex #22

Open krdln opened 5 years ago

krdln commented 5 years ago

Reasons:

  1. Slows down compilation
  2. Slows down runtime
  3. Doesn't interact nicely with "everything has span" system
  4. Require manual BOM (byte order mark) stripping before parsing

TODO: