Install scaffolding for Peggy grammar generator

This commit is contained in:
2025-01-14 14:27:53 +01:00
parent fc48be9407
commit f1f87bc8e8
9 changed files with 90 additions and 7 deletions

View File

@@ -1 +1,3 @@
console.log("Hello, world!");
import {parse} from "./generated/grammar/task";
console.log(parse("- [t]"));