Skip to content

Releases: zHoeshin/DDSL

1.2.1

Choose a tag to compare

@zHoeshin zHoeshin released this 01 Aug 12:27
  • Match statements now use _match and _eq for branch comparison
  • && and || operators now short-circuit

1.2.0

Choose a tag to compare

@zHoeshin zHoeshin released this 27 Jul 10:32
  • Added Dialog.start Options parameter
  • Added the translation operator tr
  • Fixed member access operator []
  • Fixed precedence issues

1.1.0

Choose a tag to compare

@zHoeshin zHoeshin released this 23 Jul 13:33
  • Added string interpolation
  • Added translated strings
  • Added missing engine singletons to interperter
  • Added labels and gotos
  • Made input branch bodies optional
  • Fixed conditional parsing
  • Fixed parenthesis grouping returning an array
  • Removed missing GDScriptLanguageProtocol built-in