UNPKG

secst

Version:

SECST is a semantic, extensible, computational, styleable tagged markup language. You can use it to joyfully create compelling, interactive documents backed by HTML.

5 lines (4 loc) 160 B
const parser = async () => { const grammar = await fetch("./src/secst.peg").then((response) => response.text()); return PEG.buildParser(grammar); }