Module ast

Module ast 

Source

Structs§

Block
A block of statements
FunctionDef
User-defined function
Program
A complete AWK program
Rule
A pattern-action rule

Enums§

AssignOp
Assignment operators
BinaryOp
Binary operators
Expr
Expression types
GetlineInput
Input source for getline
OutputRedirect
Output redirection for print/printf
Pattern
Pattern types that can trigger a rule
Stmt
Statement types
UnaryOp
Unary operators