Fixed the parse bug. I think it's legal for the post-shift table check to be invalid and you have to account for that in the table
This commit is contained in:
@@ -65,7 +65,7 @@ obj map<T,U> (Object, Serializable) {
|
||||
var key_loc = keys.find(key)
|
||||
if (key_loc == -1) {
|
||||
io::println("trying to access nonexistant key-value!")
|
||||
/*while (true) {}*/
|
||||
while (true) {}
|
||||
}
|
||||
return values.get(key_loc)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user