Skip to content

Commit

Permalink
Built parser ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kraklin committed Oct 5, 2020
1 parent 80b31fe commit 04c320b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm-debug-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2405,7 +2405,7 @@ function peg$parse(input: string, options?: IParseOptions) {


function flat(arr) { return arr.reduce((acc, val) => acc.concat(val), []);}
function toStr(chars) {console.log("chars", chars); return chars.join("")};
function toStr(chars) {return chars.join("")};


peg$result = peg$startRuleFunction();
Expand Down

0 comments on commit 04c320b

Please sign in to comment.