Skip to content

v0.7.0 Support string interpolation syntax

Compare
Choose a tag to compare
@boatbomber boatbomber released this 07 Jan 20:59
· 9 commits to main since this release

Adds support for Luau's string interpolation syntax.

image

Accomplishing this required a pretty hefty rewrite of the lexer internals to be more versatile, which opens doors for more features down the road!

Full Changelog: v0.6.2...v0.7.0