beta-1.0.0.0.2
Pre-release
Pre-release
Uralstech
released this
23 Dec 13:00
·
153 commits
to master
since this release
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