From a4dfd05c7ba6e4e43e37b998ee68b888d4877589 Mon Sep 17 00:00:00 2001 From: "Prof. Ronald Moore" <ronald.moore@h-da.de> Date: Fri, 23 Apr 2021 18:11:28 +0200 Subject: [PATCH] Updated for Summer 2021 Signed-off-by: Prof. Ronald Moore <ronald.moore@h-da.de> --- recursiveDescentParsers/cplusplus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recursiveDescentParsers/cplusplus/README.md b/recursiveDescentParsers/cplusplus/README.md index c9275c6..8c78053 100644 --- a/recursiveDescentParsers/cplusplus/README.md +++ b/recursiveDescentParsers/cplusplus/README.md @@ -22,7 +22,7 @@ There are (or will be some day) subdirectories here: including the new (C++17) `std::variant<>` template. Testing is also more extensive. This is meant mostly as a preparation for larger projects where - software engineering aspects becomes more important + software engineering aspects become more important whereas the version in `interpreter` (see above) is meant to get down to recursive descent parsing as quickly as possible. -- GitLab