You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function arity handling in the VM, can be disabled with the option -fno-function-arity-check
sliceStr in lib/Slice.ark, taking a string, a starting index (can't be less than 0), and the length (can't be less than 1), returning a portion of the given string
reverseStr in lib/Reverse.ark taking a string and returning it in reverse
Changed
updated the include module, which was randomly adding / before the path of the files
dispatched the unit tests in multiple files
now using a separated class to hold the description values for the VM
updated assertions in split in lib/Split.ark (works only with single character separators)