bawk is a programming language created in 1994 by Bob Brodt.
#3059on PLDB | 29Years Old | 0Books |
0Papers |
Feature | Supported | Token | Example |
---|---|---|---|
Integers | ✓ | # [0-9]+ |
|
Floats | ✓ | # [0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]? |
|
Hexadecimals | ✓ | # 0x[0-9a-fA-F]+ |
|
Strings | ✓ | "Hello world" |
|
Print() Debugging | ✓ | ||
Line Comments | ✓ | # A comment |
|
Comments | ✓ | ||
Semantic Indentation | X |