1
0
forked from GitHub/gf-core

Export a grammar in source format to JSON

This commit is contained in:
Krasimir Angelov
2025-04-14 11:16:27 +02:00
parent 3432e6f571
commit cc4d07f168
3 changed files with 5 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ exportPGF opts fmt pgf =
FmtPGFPretty -> multi "txt" (showPGF)
FmtCanonicalGF -> [] -- canon "gf" (render80 . abstract2canonical)
FmtCanonicalJson-> []
FmtSourceJson -> []
FmtHaskell -> multi "hs" (grammar2haskell opts name)
FmtJava -> multi "java" (grammar2java opts name)
FmtBNF -> single "bnf" bnfPrinter