{"id":49699403,"url":"https://github.com/uutils/awk","last_synced_at":"2026-05-08T06:54:00.841Z","repository":{"id":354779556,"uuid":"1224927129","full_name":"uutils/awk","owner":"uutils","description":"WIP drop-in replacement of gawk.","archived":false,"fork":false,"pushed_at":"2026-05-08T05:38:14.000Z","size":106,"stargazers_count":9,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-08T06:53:52.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uutils.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-29T19:15:53.000Z","updated_at":"2026-05-08T05:37:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/uutils/awk","commit_stats":null,"previous_names":["uutils/awk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uutils/awk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uutils%2Fawk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uutils%2Fawk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uutils%2Fawk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uutils%2Fawk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uutils","download_url":"https://codeload.github.com/uutils/awk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uutils%2Fawk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32770544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-08T06:54:00.069Z","updated_at":"2026-05-08T06:54:00.828Z","avatar_url":"https://github.com/uutils.png","language":"Rust","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# uutils AWK\n\nThis 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.\n\n## State of the Repo\n\n### Lexer\n\nEssentially done; it is only lacking thorough testing and numeric escapings (good first contribution).\n\n### Parser\n\nAlso mostly done; some bullet points:\n\n* Extend spans during Pratt parsing for better error messages (trivial-ish?).\n* The preprocessor is TBD (not complicated, but will tangle up pretty printing).\n* It would be nice to reduce LOC.\n* We are working on test coverage and fuzzing.\n  * It's possible we move to the `chumsky` crate for this reason and `ariadne` support. I currently think it's not necessary, though; we probably are better suited to owning the parser given how idiosyncratic and ambiguous AWK's grammar is.\n* Start running gawk parsing tests at some point (especially when we get a basic interpreter and nail down `--pretty-print`).\n\n### Interpreter\n\nWe are looking forward to building a basic tree-walking interpreter to get integration testing going, as well as a baseline for future iterations. Ideally, these should be a bytecode machine or a JIT. Expect this to be a fast-paced repo. The design sketch is for it to be a cooperative I/O machine, probably built with `smol`; if we want to better support AWK's long-forgotten number-crunching intent, we could easily extend this to parallel computations.\n\n## Contributing\n\nSee [this](https://github.com/uutils/coreutils/blob/main/CONTRIBUTING.md).\n\n## License\n\nThis is licensed under either the MIT License or the Apache License v2.0. See the `LICENSE-MIT` and `LICENSE-APACHE` files for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuutils%2Fawk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuutils%2Fawk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuutils%2Fawk/lists"}