Skip to content

Commit

Permalink
link to json issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Nov 8, 2024
1 parent 3aea593 commit 0625b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and is fast (on the order of 1ms of CPU time per token
Following grammar formats are supported:
- `llguidance` - [internal (JSON-based) format](./parser/src/api.rs)
- regular expressions (following Rust regex crate [syntax](https://docs.rs/regex/latest/regex/#syntax))
- a large subset of JSON schemas
- a large subset of JSON schemas (but see [issue](https://github.com/microsoft/llguidance/issues/44))
- context-free grammars in (a [subset](./parser/src/lark/README.md) of) [Lark](https://github.com/lark-parser/lark) format

The internal format is most powerful and can be generated by the following libraries:
Expand Down

0 comments on commit 0625b0a

Please sign in to comment.