Releases: Uralstech/ezrSquared
Releases · Uralstech/ezrSquared
beta-1.0.0.0.2
What's Changed
- Fixed bug in
baseFunction
class - ChangednewContext.symbolTable = new symbolTable(context.parent.symbolTable)
tonewContext.symbolTable = new symbolTable(newContext.parent.symbolTable)
- For builtin function
run
, changed filename from full path to just file name - Removed unused
GenerateContext
definition initem
class - Fixed bug in
shell
(nowbiShell
- 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
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
Initial release!
Full Changelog: https://github.com/Uralstech/ezrSquared/commits/betaV1.0.0.0.0