Skip to content

beta-1.0.0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Uralstech Uralstech released this 23 Dec 13:00
· 153 commits to master since this 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