Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Mar 7, 2024
1 parent ce76391 commit e9ae047
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<!-- Links -->
[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

0 comments on commit e9ae047

Please sign in to comment.