Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 394 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 394 Bytes

Onigwrap

Based on TextMateSharp's version of onigwrap.

Differences from the source project:

  • Better native assets handling.
  • Use finalizers to free up unmanaged resources. I believe IDisposable is overkill here because Oniguruma regexes are not resource hungry, just GC makes this job easier.