Skip to content

Commit ebe62d9

Browse files
committed
Add dawk
Also sort entries in section
1 parent d0a983c commit ebe62d9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,12 +342,13 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
342342

343343
- [Aro](https://github.com/Vexu/arocc) - A C compiler with the goal of providing fast compilation and low memory usage with good diagnostics.
344344
- [buzz](https://github.com/buzz-language/buzz) - A small/lightweight statically typed scripting language.
345+
- [dawk](https://codeberg.org/triallax/dawk) - Reasonably fast POSIX-compliant AWK implementation with good diagnostics.
346+
- [Element 0](https://github.com/Element0Lang/element-0) - A small embeddable Lisp dialect written in Zig.
345347
- [fubark/cyber](https://github.com/fubark/cyber) - Fast and concurrent scripting.
348+
- [Fun](https://github.com/omdxp/fun) - A statically-typed language that transpiles to C, combining safety and performance with C's efficiency.
349+
- [fury](https://github.com/fury-lang/fury) - A gradual, safe systems language.
346350
- [squeek502/zua](https://github.com/squeek502/zua) - An implementation of Lua 5.1 in Zig, for learning purposes.
347351
- [Vexu/bog](https://github.com/Vexu/bog) - Small, strongly typed, embeddable language.
348-
- [fury](https://github.com/fury-lang/fury) - A gradual, safe systems language.
349-
- [Element 0](https://github.com/Element0Lang/element-0) - A small embeddable Lisp dialect written in Zig.
350-
- [Fun](https://github.com/omdxp/fun) - A statically-typed language that transpiles to C, combining safety and performance with C's efficiency.
351352

352353
## FFI Bindings
353354

0 commit comments

Comments
 (0)