Fixed
- Fix incorrect output type for
<split_on>
; the main loop contained astr2num
call but the function should only return aLoxArray
of strings.
Added
- Add
<map>
to pure-lox stdlib headers.
<split_on>
; the main loop contained a str2num
call but the function should only return a LoxArray
of strings.<map>
to pure-lox stdlib headers.