mirror of
https://github.com/janet-lang/janet
synced 2025-10-29 14:47:42 +00:00
Remove faulty quoting logic in parser.
This commit is contained in:
@@ -126,6 +126,7 @@ int debug_repl(Gst *vm) {
|
||||
/* Check if file read in correctly */
|
||||
if (p.error) {
|
||||
printf("Parse error: %s\n", p.error);
|
||||
buffer = reader = NULL;
|
||||
continue;
|
||||
}
|
||||
/* Check that parser is complete */
|
||||
|
||||
Reference in New Issue
Block a user