Skip to content

Commit

Permalink
Update testloader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 committed Aug 29, 2024
1 parent af30097 commit 6ab285b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@ var test_implements = {
console.log(JSON.stringify(b.toArray()));
},

// https://stackoverflow.com/questions/33417367/example-of-how-to-use-peg-js
"pegjs": {
var syntax = FILE.readFile("app/assets/pegjs/test.pegjs", FILE.CdoCharset.CdoUTF_8);
var parser = PEG.generate(syntax);
Expand Down

0 comments on commit 6ab285b

Please sign in to comment.