Skip to content

Releases: Uralstech/ezrSquared

beta-1.0.0.0.2

23 Dec 13:00
Compare
Choose a tag to compare
beta-1.0.0.0.2 Pre-release
Pre-release

What's Changed

  • Fixed bug in baseFunction class - Changed newContext.symbolTable = new symbolTable(context.parent.symbolTable) to newContext.symbolTable = new symbolTable(newContext.parent.symbolTable)
  • For builtin function run, changed filename from full path to just file name
  • Removed unused GenerateContext definition in item class
  • Fixed bug in shell (now biShell - builtin shell) for paths given through command line - Replace("\\", "\\\\")

Full Changelog: betaV1.0.0.0.1...betaV1.0.0.0.2

beta-1.0.0.0.1

23 Dec 07:31
Compare
Choose a tag to compare
beta-1.0.0.0.1 Pre-release
Pre-release

What's Changed

  • Fixed bug for builtin function 'get' - Changed message output from 'Writeline' to 'Write'
  • Changed value execute function check from 'left is not baseFunction' to 'left is value'

Full Changelog: betaV1.0.0.0.0...betaV1.0.0.0.1

beta-1.0.0.0.0

22 Dec 17:23
Compare
Choose a tag to compare
beta-1.0.0.0.0 Pre-release
Pre-release