From 1d3050f157ae16d5198d6b7a379ba2a13fb0a6c6 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 24 Jul 2023 00:28:23 -0400 Subject: [PATCH] Update readme todo (remove trailing specifiers task) --- Readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7dc0c22..40db3e6 100644 --- a/Readme.md +++ b/Readme.md @@ -687,7 +687,6 @@ Names or Content fields are interned strings and thus showed be cached using `ge # TODO * Implement a context stack for the parsing, allows for accurate scope validation for the AST types. -* Trailing specifiers ( postfix ) for functions (const, override, final) * Make a more robust test suite. * Generate a single-header library * Componetize the library, make a metaprogram using gencpp to bootstrap itself.