Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 526 Bytes

File metadata and controls

18 lines (13 loc) · 526 Bytes

SQLverine-parser

  • start: npm run start
  • build: npm run build

This project uses the simple JavaScript parser peggy.js/peg.js to parse custom SQLverine statements.

peggy datei in js umwandeln

Um die .peggy Grammer in JS zu nutzen, muss diese erst in JS-Code umgewandelt werden:

npx peggy src/sqlverine.peggy > sqlverine.js

Links