COMMITS
/ tests/test-grammar-integration.cpp March 21, 2026
A
common/grammar: fix grammar parsing issues to prevent stack overflow and hangs (#18604)
Andrea Arcangeli committed
March 12, 2026
A
grammar: Fix grammar root symbol check (#19761)
Asbjørn Olling committed
December 9, 2025
A
llama : add token matching support to llama-grammar (#17816)
Aldehir Rojas committed
October 17, 2025
O
grammar : use int64_t to avoid int overflows in int schema to grammar conversion logic (#16626)
Olivier Chafik committed
May 30, 2025
G
sync : vendor (#13901)
Georgi Gerganov committed
April 24, 2025
G
cmake : do not include ./src as public for libllama (#13062)
Georgi Gerganov committed
February 2, 2025
M
sampling : support for llguidance grammars (#10224)
Michał Moskal committed
January 30, 2025
December 19, 2024
G
llama : minor grammar refactor (#10897)
Georgi Gerganov committed
September 7, 2024
G
llama : refactor sampling v2 (#9294)
Georgi Gerganov committed
August 20, 2024
F
tests : add missing comma in grammar integration tests (#9099)
fairydreaming committed
July 23, 2024
G
llama : move vocab, grammar and sampling into separate files (#8508)
Georgi Gerganov committed
June 28, 2024
O
`json`: restore default additionalProperties to false, fix some pattern escapes (#8180)
Olivier Chafik committed
June 26, 2024
O
`json`: better support for "type" unions (e.g. nullable arrays w/ typed items) (#7863)
Olivier Chafik committed
O
`json`: fix additionalProperties, allow space after enum/const (#7840)
Olivier Chafik committed
June 25, 2024
D
llama : return nullptr from llama_grammar_init (#8093)
Daniel Bevenius committed
O
`json`: support integer minimum, maximum, exclusiveMinimum, exclusiveMaximum (#7797)
Olivier Chafik committed
June 22, 2024
C
JSON Schema to GBNF integration tests (#7790)
Clint Herron committed
June 6, 2024
C
Added support for . (any character) token in grammar engine. (#6467)
Clint Herron committed
O
grammars: x{min,max} repetition operator (#6640)
Olivier Chafik committed
May 14, 2024
H
Add left recursion check: quit early instead of going into an infinite loop (#7083)
Haggai Nuchi committed
April 29, 2024
C
Extending grammar integration tests (#6644)
Clint Herron committed
April 11, 2024
O
grammars: 1.5x faster inference w/ complex grammars (vector reserves / reuses) (#6609)
Olivier Chafik committed
April 6, 2024
C
Tests: Added integration tests for GBNF parser (#6472)
Clint Herron committed