diff --git a/README.md b/README.md index c24232b..89e72c4 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,24 @@ for (int i = 0; i < arrlen(result->indices); ++i) { flx_free(result); ``` +## 🔍 See Also + +- [flx][] - Original algorithm +- [flx-rs][] - Rewrite emacs-flx in Rust for dynamic modules +- [FlxCs][] - Rewrite emacs-flx in C# +- [flx-ts][] - Rewrite emacs-flx in TypeScript, with added support for JavaScript + ## ⚜️ License `flx-c` is distributed under the terms of the MIT license. See [LICENSE](./LICENSE) for details. + + + + +[flx]: https://github.com/lewang/flx +[flx-rs]: https://github.com/jcs-elpa/flx-rs +[FlxCs]: https://github.com/jcs090218/FlxCs +[flx-ts]: https://github.com/jcs090218/flx-ts +[flx-c]: https://github.com/jcs090218/flx-c