oridb / mc

Myrddin Compiler
MIT License
387 stars 34 forks source link

Fix std.skipto #172

Closed cbvi closed 6 years ago

cbvi commented 6 years ago

It would only skip past however many characters the delimeter was and would hang if the delimeter wasn't found before eof

edit: and by std.skipto I mean bio.skipto, bah

oridb commented 6 years ago

Added some tests, pushed.