From 6ab285bc89667f3ac396200eda1de731b571f271 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 29 Aug 2024 19:59:30 +0900 Subject: [PATCH] Update testloader.js --- testloader.js | 1 + 1 file changed, 1 insertion(+) diff --git a/testloader.js b/testloader.js index 9dcec89..708e89e 100644 --- a/testloader.js +++ b/testloader.js @@ -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);