forrestthewoods / lib_fts

single-file public domain libraries
666 stars 136 forks source link

Port fts_fuzzy_match to Lua #6

Closed blake-mealey closed 8 years ago

blake-mealey commented 8 years ago

I found your JS module for fuzzy match while looking for a good fuzzy search similar to sublime text's for a simple project. I ported it to Lua for use in my project and figured I'd share it here so that others can use it if they are working in Lua. I kept everything pretty much identical to the JS version except for syntax differences. The module has been used in a personal project and works great so far with no errors, but no actual testing code was written for it.

forrestthewoods commented 8 years ago

For a variety of reasons I've chosen not to merge ports. But if you'd like to place your port in an external location I'd be thrilled to link to it. Several existing ports have been placed in Gists. Give me a long term URL of your choosing and I'll gladly link out to it.

blake-mealey commented 8 years ago

Alright, sounds good. Here is a gist I made for it: https://gist.github.com/blake-mealey/f7752f95aed71fe23428abb0ffba2c96

On Wed, Jun 15, 2016 at 10:01 AM Forrest Smith notifications@github.com wrote:

For a variety of reasons I've chosen not to merge ports. But if you'd like to place your port in an external location I'd be thrilled to link to it. Several existing ports have been placed in Gists. Give me a long term URL of your choosing and I'll gladly link out to it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/forrestthewoods/lib_fts/pull/6#issuecomment-226234628, or mute the thread https://github.com/notifications/unsubscribe/ACUeet1dZGD8kNEcfYx-dxDTkFd1bg2Vks5qMCHXgaJpZM4Iz7_E .

forrestthewoods commented 8 years ago

Done. Thanks for taking the time to do a Lua port.