[all-commits] [llvm/llvm-project] 92c8dd: [llvm] add support for mustache templating languag...
PeterChou1 via All-commits
all-commits at lists.llvm.org
Mon Mar 10 14:51:39 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92c8dd6fc940318d03c0689fdd008914e105f055
https://github.com/llvm/llvm-project/commit/92c8dd6fc940318d03c0689fdd008914e105f055
Author: PeterChou1 <peter.chou at mail.utoronto.ca>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
A llvm/include/llvm/Support/Mustache.h
M llvm/lib/Support/CMakeLists.txt
A llvm/lib/Support/Mustache.cpp
M llvm/unittests/Support/CMakeLists.txt
A llvm/unittests/Support/MustacheTest.cpp
Log Message:
-----------
[llvm] add support for mustache templating language (#105893)
Adds Support for the Mustache Templating Language. See specs here:
https://mustache.github.io/mustache.5.html
This patch implements support+tests for majority of the features of the
language including:
- Variables
- Comments
- Lambdas
- Sections
This meant as a library to support places where we have to generate
HTML, such as in clang-doc.
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