|
Bash++
Bash++ compiler internal documentation
|


Go to the source code of this file.
Classes | |
| class | AST::BashArithmeticStatement |
| Represents a single arithmetic statement in an arithmetic for loop condition. E.g., in for (( i=0; i<10; i++ )), each of "i=0", "i<10", and "i++" would be represented by a BashArithmeticStatement node. More... | |
Namespaces | |
| namespace | AST |