![]() |
|
SPONSORED LINKS BY GOOGLE |
|
SPONSORED LINKS BY GOOGLE |
|
8
4th September 19:27
External User
Posts: 1
|
I am amused to be able to report that _distribution_ awk(1)/
nawk(1) (that is, "The One True Awk") has _always_ been a compiler, via undocumented command line options. For that matter, it has always been able to produce execution traces, and so on.... The "-S -f script.awk" option sequence produces a core image of the parsed file to another file "awk.out", which is executed by the command line "awk -Rawk.out datafile". However, there is a caveat: it depends on how the awk(1) executable was originally built on your system. For additional information, see my old post at: http://groups.google.com/group/comp....28b7bd7217a54c =Brian |
|
|
9
4th September 19:27
External User
Posts: 1
|
I think you can use awka to generate standalone executables.
http://awka.sourceforge.net/ worked quite well when I still used it... Eiso |
|
|
|