Skip to content

Releases: entangled/mawk

μ-awk v0.1.7

01 Oct 15:19

Choose a tag to compare

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 improves type annotations and fixes a stupid bug in version 0.1.5.

μ-awk v0.1.4

04 Jun 12:52

Choose a tag to compare

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.

μ-awk v0.1.3

17 May 23:10

Choose a tag to compare

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.

In this release, I moved the single file module into a folder, so that I can also fit a py.typed file in there for the type checker.

μ-awk v0.1.2

13 May 19:23

Choose a tag to compare

new feature: on_eof method that gets executed at the end.

μ-awk v0.1.1

11 May 14:08
7df95a8

Choose a tag to compare

μ-awk v0.1.1 Pre-release
Pre-release
Create main.yml