diff --git a/README.md b/README.md index 4089851..8bf29c2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ pointers as much (unless, of course, you want to!) ###lemon-- - %token_type {std::any} // c++17 + + %token_type {std::any} // c++17 %type number_list{std::vector} %type string_list{std::vector} // or use a std::shared_ptr or std::unique_ptr... @@ -51,7 +52,7 @@ pointers as much (unless, of course, you want to!) ###lemon - %token_type {std::any *)} + %token_type {std::any *)} %token_destructor { delete $$ } %type number_list{std::vector *}