1
0
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:
Calvin Rose
2017-05-07 18:20:11 -04:00
parent 96a605fbc0
commit 6d3e3d8246
6 changed files with 104 additions and 39 deletions

View File

@@ -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 */