Open samvv opened 8 months ago
A CST should be a pure textual representation of the underlying source. This means that types like int and float should not be used to represent parts of the CST.
int
float
A CST should be a pure textual representation of the underlying source. This means that types like
int
andfloat
should not be used to represent parts of the CST.