Commit 761cea7
committed
Update XGrammar to v0.1.27
1 parent 472e7ca commit 761cea7
1 file changed
+1
-1
lines changed- .github/workflows/build_and_release.yaml+1-1
- .github/workflows/build_web_xgrammar.yaml+38
- .github/workflows/tmate.yaml+3-4
- .github/workflows/unit_test.yaml+3-4
- README.md+7-3
- cpp/earley_parser.cc+37-10
- cpp/earley_parser.h+15-5
- cpp/grammar_builder.h-1
- cpp/grammar_compiler.cc+11-14
- cpp/grammar_functor.cc+223-229
- cpp/grammar_functor.h+48-17
- cpp/grammar_impl.h+6-1
- cpp/grammar_matcher.cc+148-2
- cpp/grammar_parser.cc+99-51
- cpp/json_schema_converter.cc+5-5
- cpp/nanobind/nanobind.cc+75-2
- cpp/support/json_serializer.h+1-1
- docs/xgrammar_features/runtime_safeguards.md+3-1
- include/xgrammar/matcher.h+59
- pyproject.toml+1-1
- python/xgrammar/__init__.py+1
- python/xgrammar/matcher.py+117-18
- python/xgrammar/testing.py+14
- python/xgrammar/tokenizer_info.py+6
- tests/cpp/test_fsm_builder.cc-3
- tests/python/test_function_calling_converter.py+6-6
- tests/python/test_grammar_matcher_basic.py+216
- tests/python/test_grammar_matcher_json_schema.py+16
- tests/python/test_grammar_matcher_structural_tag.py+90-11
- tests/python/test_grammar_parser.py+53-51
- tests/python/test_json_schema_converter.py+20-29
- tests/python/test_serialization.py+14-12
- tests/python/test_structural_tag_converter.py+195-90
- tests/python/test_tokenizer_info.py+1
0 commit comments