|
Bash++
Bash++ compiler internal documentation
|


Go to the source code of this file.
Classes | |
| class | AST::BashArithmeticForCondition |
| Represents the condition part of a Bash arithmetic for loop E.g., in for (( i=0; i<10; i++ )), the entire "(( i=0; i<10; i++ ))" would be represented by a BashArithmeticForCondition node. Each of the three components would be represented by BashArithmeticStatement nodes as its children. More... | |
Namespaces | |
| namespace | AST |