This repo is a slightly modified implementation of the decoding mechanism described in Section 3.2 of Grammar Prompting for Domain-Specific Language Generation with Large Language Models by @berlino.
Context Sensitive Grammars Most practical computer languages can be defined with a Context Free Grammar (CFG) or a Parser Expression Grammar (PEG). But there are some syntactic snags that are beyond ...
SGStudio is a grammar authoring tool that eases semantic grammar development. It is capable of integrating different information sources and learning from annotated examples to induct CFG rules. In ...