Skip to content

μ-awk v0.1.4

Choose a tag to compare

@jhidding jhidding released this 04 Jun 12:52
· 6 commits to main since this release

This is a tiny Python implementation of a line processor with Awk-like semantics. You write a set of regex-based rules. The program loops through the lines of some input file, running the matching functions on lines that match.

This release adds a rule that will be run at the start of the program on_begin.