[all-commits] [llvm/llvm-project] 9ff3fb: [llvm][mustache] Support setting delimiters in tem...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Mon Sep 29 16:33:04 PDT 2025
Branch: refs/heads/users/ilovepi/mustache-delimiter-impl
Home: https://github.com/llvm/llvm-project
Commit: 9ff3fba460d699d51000e2fb7f2075e5086cb47f
https://github.com/llvm/llvm-project/commit/9ff3fba460d699d51000e2fb7f2075e5086cb47f
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-09-29 (Mon, 29 Sep 2025)
Changed paths:
M llvm/lib/Support/Mustache.cpp
M llvm/unittests/Support/MustacheTest.cpp
M llvm/utils/llvm-test-mustache-spec/llvm-test-mustache-spec.cpp
Log Message:
-----------
[llvm][mustache] Support setting delimiters in templates
The base mustache spec allows setting custom delimiters, which slightly
change parsing of partials. This patch implements that feature by adding
a new token type, and changing the tokenizer's behavior to allow setting
custom delimiters.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list