BRS 0.7.0
Pre-release
Pre-release
In version 0.7.0, brs
learned quite a few new things:
- The
Asc(string)
andChr(integer)
global string functions have been added! - Global function calls are now type-checked at runtime! Attempting to call
Asc(false)
orRebootSystem(1, 2, 3, 4, 5)
will gracefully throw an error reporting the type mismatch. - Runtime errors don't throw JavaScript stack traces anymore! At least I think I got them all.
❤️ Contributors ❤️
@strattonbrazil implemented Asc(string)
and Chr(integer)
for [email protected]
. Thanks so much! 😃