mirror of
https://github.com/uutils/awk.git
synced 2026-06-10 16:15:04 -07:00
55b1fbd561576b0ba3abea5cba0dbc2fbadc2dfb
Useful for immediate values in the interpreter; allows us to save on register loads and loads & stores in the constants table.
uutils AWK
This is a human, WIP, and clean implementation of an AWK interpreter, written in Rust and compatible with GNU's AWK (gawk) bug-for-bug. Expected to be production-ready before Ubuntu 26.10. Made with love.
State of the Repo
Check out https://github.com/uutils/awk/issues/16.
Contributing
See this.
License
This is licensed under either the MIT License or the Apache License v2.0. See the LICENSE-MIT and LICENSE-APACHE files for details.
Description
Languages
Rust
100%