benreid24 / BLIB

Small organized collection of common code I have accumulated over the years that has amassed into a proper 2d game engine
1 stars 0 forks source link

Add chained property access to bScript grammar #149

Open benreid24 opened 1 year ago

benreid24 commented 1 year ago

Right now property access may only be one level deep depending on the type of expression being evaluated. Update grammar to property access and subscripting on more intermediate values to allow more one-line expressions