Servostar / gemstone

Gemstone programming language compiler (GSC)
GNU General Public License v2.0
3 stars 0 forks source link

76 add rules for references #114

Closed Servostar closed 4 months ago

Servostar commented 4 months ago

Added parser rules for:

Example:

int: a = 5
ref int: b = ref a
int: c = a[0]