A range within a range expression. More...
#include <ast.hh>
Public Attributes | |
pegmatite::ASTPtr< Literal, true > | start |
The start value for expressions of the form (start, end) => | |
pegmatite::ASTPtr< Literal > | end |
The end value for values that have a start and end, or the single value where only one is given. | |
pegmatite::ASTPtr< Statement > | value |
The value to use when if this range is matched. | |
A range within a range expression.
This describes the range of values to match and the code to run within them.