My Project
Loading...
Searching...
No Matches
Range_ Struct Reference

range. More...

#include <absyn.h>

Data Fields

Expstart
 start of range expression
 
Expend
 end of range expression
 
bool inclusive
 

Detailed Description

range.

[12:12]

or

[1:]

or

[:12]

Definition at line 371 of file absyn.h.

Field Documentation

◆ end

Exp* Range_::end

end of range expression

Definition at line 373 of file absyn.h.

◆ inclusive

bool Range_::inclusive

Definition at line 374 of file absyn.h.

◆ start

Exp* Range_::start

start of range expression

Definition at line 372 of file absyn.h.


The documentation for this struct was generated from the following file: