From 33be19f1a424e79f9861a8ada4b2718482b50069 Mon Sep 17 00:00:00 2001 From: mhoffm Date: Sun, 27 Jun 2021 20:11:12 +0200 Subject: [PATCH] readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2880f33..04e5fe8 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,10 @@ The directory `fuzz/crashers` contains a set of crashes that were found with fuz * [x] use [UnicodeĀ® Standard Annex #31](https://www.unicode.org/reports/tr31/) (augmented with '-') for identifiers * [ ] add [template expressions](https://github.com/hashicorp/hcl/blob/main/hclsyntax/spec.md#template-expressions) - * [x] add templates - * [x] add template interpolations - * [ ] add template directives - * [x] add quoted templates - * [x] add heredoc templates + * [x] add template interpolations + * [ ] add template directives + * [x] add quoted templates + * [x] add heredoc templates * [ ] fuzzing * [x] start with fuzzing the parser * [ ] upload fuzzing instrumentation