@@ -853,7 +853,7 @@ MlValue parse(std::string &s, int &ptr) {
}elseif(is_symbol(s[ptr])){
// If this is a string
intn=0;
while(is_symbol(s[ptr+n])){
while(is_symbol(s[ptr+n])||isdigit(s[ptr+n])){
n++;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.