[llvm] [llvm] Add a tool to check mustache compliance against the public spec (PR #142813)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 5 01:26:45 PDT 2025


================
@@ -0,0 +1,13 @@
+llvm-mustachespec - LLVM tool to test Mustache Compliance Library
+=================================================================
+
+llvm-mustachespec test the mustache spec conformance of the LLVM
+mustache library. The spec can be found here https://github.com/mustache/spec
+
+    $ llvm-mustachespec input-file
+
+.. program:: llvm-mustachespec
+
+Outputs the number of tests failures and success in the spec
----------------
nikic wrote:

```suggestion
Outputs the number of tests failures and success in the spec.
```

https://github.com/llvm/llvm-project/pull/142813


More information about the llvm-commits mailing list