Icon
GitHub Repo

About the YieldLang

YieldLang is a meta-language for generating structured text (ST) for large language models (LLMs) or guide LLMs to generate ST. Currently provided as a Python package.

To install the YieldLang, use the following command in your terminal:

$pip install yieldlang
  • 🧠 Based on a coroutine generator and sampler architecture
  • 🤖 Stream-sends characters and parses the context above into a syntax tree
  • 🦾 Build formal grammars with classes, methods, and combinators

More information on the GitHub home page: github.com/YieldLang