From 65551e937a8b45daccfc97db462b0ba56f1bc5fd Mon Sep 17 00:00:00 2001 From: Aviral Goel Date: Mon, 22 Jul 2024 13:18:37 -0700 Subject: [PATCH] Add `Implemented` status for the "Attributes (for Functions)" RFC (#46) --- docs/syntax-attributes-functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/syntax-attributes-functions.md b/docs/syntax-attributes-functions.md index 462ffbc..f961ca6 100644 --- a/docs/syntax-attributes-functions.md +++ b/docs/syntax-attributes-functions.md @@ -1,5 +1,7 @@ # Attributes (for Functions) +**Status**: Implemented + ## Summary Add a syntax for attributes to function declarations in the style of `@name` that can be placed before their declarations to adjust the behavior of the compiler, analyzer, and runtime.