diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 98 |
1 files changed, 54 insertions, 44 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 13643ae8..1bbcf3c3 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -32064,6 +32064,12 @@ The OpenSolaris POSIX 'awk' article (https://benhoyt.com/writings/goawk/) describing the implementation. + This is an 'awk' to Go translator. It was written by the author of + 'goawk'. (See the previous entry in this list.) Source code is + available from + <https://github.com/benhoyt/goawk/tree/master/awkgo>. The author's + article about it is at <https://benhoyt.com/writings/awkgo/>. + 'jawk' This is an interpreter for 'awk' written in Java. It claims to be a full interpreter, although because it uses Java facilities for @@ -35642,7 +35648,9 @@ Index * awk programs, examples of: Sample Programs. (line 6) * awk programs, profiling: Profiling. (line 6) * awk programs, internationalizing <1>: Programmer i18n. (line 6) +* awk to Go translator: Other Versions. (line 133) * awka compiler for awk: Other Versions. (line 64) +* AWKgo: Other Versions. (line 133) * AWKLIBPATH environment variable: AWKLIBPATH Variable. (line 6) * AWKPATH environment variable: AWKPATH Variable. (line 6) * AWKPATH environment variable <1>: PC Using. (line 13) @@ -37181,9 +37189,9 @@ Index * Jaegermann, Michal: Acknowledgments. (line 60) * Jaegermann, Michal <1>: Contributors. (line 46) * Jannick: Contributors. (line 152) -* Java implementation of awk: Other Versions. (line 133) +* Java implementation of awk: Other Versions. (line 139) * Java programming language: Glossary. (line 466) -* jawk: Other Versions. (line 133) +* jawk: Other Versions. (line 139) * jedi knights: Undocumented. (line 6) * Johansen, Chris: Signature Program. (line 25) * join() user-defined function: Join Function. (line 18) @@ -37239,7 +37247,7 @@ Index * length of string: String Functions. (line 184) * Lesser General Public License (LGPL): Glossary. (line 489) * LGPL (Lesser General Public License): Glossary. (line 489) -* libmawk: Other Versions. (line 146) +* libmawk: Other Versions. (line 152) * libraries of awk functions: Library Functions. (line 6) * libraries of awk functions, associative arrays and: Library Names. (line 58) @@ -37407,7 +37415,7 @@ Index * naming issues, functions: Definition Syntax. (line 24) * naming issues: Library Names. (line 6) * naming rules, namespace and component names: Naming Rules. (line 6) -* Neacsu, Mircea: Other Versions. (line 149) +* Neacsu, Mircea: Other Versions. (line 155) * NetBSD: Glossary. (line 747) * networks, support for: Special Network. (line 6) * networks, programming: TCP/IP Networking. (line 6) @@ -37588,7 +37596,7 @@ Index * patterns, counts, in a profile: Profiling. (line 118) * pawk (profiling version of Brian Kernighan's awk): Other Versions. (line 82) -* pawk, awk-like facilities for Python: Other Versions. (line 154) +* pawk, awk-like facilities for Python: Other Versions. (line 160) * PC operating systems, gawk on, installing: PC Installation. (line 6) * PC operating systems, gawk on: PC Using. (line 6) * percent sign (%), %= operator: Assignment Ops. (line 129) @@ -37810,13 +37818,14 @@ Index * programming languages, data-driven vs. procedural: Getting Started. (line 12) * programming languages, Go: Other Versions. (line 125) +* programming languages, Go <1>: Other Versions. (line 133) * programming languages, Ada: Glossary. (line 11) * programming languages, Java: Glossary. (line 466) * Proulx, Bob: Asking for help. (line 23) * pwcat program: Passwd Functions. (line 23) * q debugger command (alias for quit): Miscellaneous Debugger Commands. (line 100) -* QSE awk: Other Versions. (line 160) +* QSE awk: Other Versions. (line 166) * qualified name, definition of: Qualified Names. (line 6) * qualified name, use of: Qualified Names. (line 17) * Quanstrom, Erik: Alarm Program. (line 8) @@ -37825,7 +37834,7 @@ Index * question mark (?), regexp operator <1>: GNU Regexp Operators. (line 59) * question mark (?), ?: operator: Precedence. (line 91) -* QuikTrim Awk: Other Versions. (line 164) +* QuikTrim Awk: Other Versions. (line 170) * quit debugger command: Miscellaneous Debugger Commands. (line 100) * QUIT signal (MS-Windows): Profiling. (line 220) @@ -38192,12 +38201,13 @@ Index * source code, Illumos awk: Other Versions. (line 109) * source code, frawk: Other Versions. (line 117) * source code, goawk: Other Versions. (line 125) -* source code, jawk: Other Versions. (line 133) -* source code, libmawk: Other Versions. (line 146) -* source code, embeddable awk interpreter: Other Versions. (line 149) -* source code, pawk (Python version): Other Versions. (line 154) -* source code, QSE awk: Other Versions. (line 160) -* source code, QuikTrim Awk: Other Versions. (line 164) +* source code, AWKgo: Other Versions. (line 133) +* source code, jawk: Other Versions. (line 139) +* source code, libmawk: Other Versions. (line 152) +* source code, embeddable awk interpreter: Other Versions. (line 155) +* source code, pawk (Python version): Other Versions. (line 160) +* source code, QSE awk: Other Versions. (line 166) +* source code, QuikTrim Awk: Other Versions. (line 170) * source file, show in debugger: Debugger Info. (line 37) * source files, search path for: Programs Exercises. (line 70) * sparse arrays: Array Intro. (line 76) @@ -39154,37 +39164,37 @@ Node: Performance bugs1278682 Node: Asking for help1281603 Node: Maintainers1283570 Node: Other Versions1284764 -Node: Installation summary1292616 -Node: Notes1293980 -Node: Compatibility Mode1294774 -Node: Additions1295556 -Node: Accessing The Source1296481 -Node: Adding Code1297918 -Node: New Ports1304110 -Node: Derived Files1308485 -Ref: Derived Files-Footnote-11314145 -Ref: Derived Files-Footnote-21314180 -Ref: Derived Files-Footnote-31314778 -Node: Future Extensions1314892 -Node: Implementation Limitations1315550 -Node: Extension Design1316760 -Node: Old Extension Problems1317904 -Ref: Old Extension Problems-Footnote-11319422 -Node: Extension New Mechanism Goals1319479 -Ref: Extension New Mechanism Goals-Footnote-11322843 -Node: Extension Other Design Decisions1323032 -Node: Extension Future Growth1325145 -Node: Notes summary1325751 -Node: Basic Concepts1326909 -Node: Basic High Level1327590 -Ref: figure-general-flow1327872 -Ref: figure-process-flow1328558 -Ref: Basic High Level-Footnote-11331860 -Node: Basic Data Typing1332045 -Node: Glossary1335373 -Node: Copying1367258 -Node: GNU Free Documentation License1404801 -Node: Index1429921 +Node: Installation summary1292920 +Node: Notes1294284 +Node: Compatibility Mode1295078 +Node: Additions1295860 +Node: Accessing The Source1296785 +Node: Adding Code1298222 +Node: New Ports1304414 +Node: Derived Files1308789 +Ref: Derived Files-Footnote-11314449 +Ref: Derived Files-Footnote-21314484 +Ref: Derived Files-Footnote-31315082 +Node: Future Extensions1315196 +Node: Implementation Limitations1315854 +Node: Extension Design1317064 +Node: Old Extension Problems1318208 +Ref: Old Extension Problems-Footnote-11319726 +Node: Extension New Mechanism Goals1319783 +Ref: Extension New Mechanism Goals-Footnote-11323147 +Node: Extension Other Design Decisions1323336 +Node: Extension Future Growth1325449 +Node: Notes summary1326055 +Node: Basic Concepts1327213 +Node: Basic High Level1327894 +Ref: figure-general-flow1328176 +Ref: figure-process-flow1328862 +Ref: Basic High Level-Footnote-11332164 +Node: Basic Data Typing1332349 +Node: Glossary1335677 +Node: Copying1367562 +Node: GNU Free Documentation License1405105 +Node: Index1430225 End Tag Table |