DenialAdams / roland

Roland programming language
https://www.brick.codes/roland
Apache License 2.0
46 stars 0 forks source link

Parser should error correct this to automatically insert a semicolon #94

Closed DenialAdams closed 1 year ago

DenialAdams commented 1 year ago
proc main() {
   let x = 10
   let y = 12;
}

Note that this would match what we do for top-level items

DenialAdams commented 1 year ago

Fixed in 897f1ef46321f8c8409ca3c5b5ffed095c653f6c