Skip to content

stefanalfbo/rawk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

329 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rawk

CI codecov License: MIT Crates.io Version

A Rust implementation of AWK with the goal of achieving POSIX compatibility.

A Rust implementation of AWK aimed at POSIX compatibility, with a focus on a small, readable core and a practical CLI. The project is split into two crates to keep parsing/execution logic reusable and the command-line interface thin.

rawk-core: The language core, including the AST, parser, and evaluator, suitable for embedding or for building alternative front-ends.

rawk-cli: The command-line interface that wires rawk-core into a usable rawk binary with flags and file/stdin handling.

Resources

About

A POSIX compatible AWK written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors