We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa7f75 commit 398abc2Copy full SHA for 398abc2
README.md
@@ -12,7 +12,7 @@ const parser = new SPEG();
12
13
parser.parse_grammar('GRAMMAR test a->"A";);
14
const ast = parser.parse_text('A');
15
-console.log(ast);
+console.log(JSON.strinfigy(ast, null 4));
16
```
17
18
# Grammar example
0 commit comments