add Doug's json parse and check for bad empty symbols and duplicates
This commit is contained in:
@@ -256,6 +256,7 @@ parseError:function parseError(str, hash) {
|
||||
if (this.yy.parseError) {
|
||||
this.yy.parseError(str, hash);
|
||||
} else {
|
||||
console.log(hash)
|
||||
throw new Error(str);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user