$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-02-20 14:20:55
Julien Blanc wrote:
> From the last messages of Peter, I understand that strict mustache
> conformance is not a goal.
It was certainly a goal for the initial version of the library. I didn't
want to add any extensions until I had the base functionality (as per
the spec) implemented correctly.
Since Mustache is so simple and so... not rigidly defined, it's easy
to implement something Mustache-like but not quite. I didn't want
that.