cosmopolitan/third_party/awk
2022-08-21 13:38:12 -07:00
..
awk.1 Import The One True Awk 2022-08-21 13:38:12 -07:00
awk.h Import The One True Awk 2022-08-21 13:38:12 -07:00
awk.mk Import The One True Awk 2022-08-21 13:38:12 -07:00
awkgram.tab.c Import The One True Awk 2022-08-21 13:38:12 -07:00
awkgram.tab.h Import The One True Awk 2022-08-21 13:38:12 -07:00
awkgram.y Import The One True Awk 2022-08-21 13:38:12 -07:00
b.c Import The One True Awk 2022-08-21 13:38:12 -07:00
lex.c Import The One True Awk 2022-08-21 13:38:12 -07:00
lib.c Import The One True Awk 2022-08-21 13:38:12 -07:00
LICENSE Import The One True Awk 2022-08-21 13:38:12 -07:00
main.c Import The One True Awk 2022-08-21 13:38:12 -07:00
maketab.c Import The One True Awk 2022-08-21 13:38:12 -07:00
parse.c Import The One True Awk 2022-08-21 13:38:12 -07:00
proctab.c Import The One True Awk 2022-08-21 13:38:12 -07:00
proto.h Import The One True Awk 2022-08-21 13:38:12 -07:00
README.cosmo Import The One True Awk 2022-08-21 13:38:12 -07:00
run.c Import The One True Awk 2022-08-21 13:38:12 -07:00
tran.c Import The One True Awk 2022-08-21 13:38:12 -07:00

DESCRIPTION

  The One True Awk

  This is the version of awk described in The AWK Programming Language,
  by Al Aho, Brian Kernighan, and Peter Weinberger (Addison-Wesley,
  1988, ISBN 0-201-07981-X).

SOURCE

  https://github.com/onetrueawk/awk

  commit b92d8cecd132ce8e02a373e28dd42e6be34d3d59
  Author: ozan yigit <ozan.yigit@gmail.com>
  Date:   Mon May 30 11:34:52 2022 -0400

    added YACC definition for byacc.