Add Implemented status for the "Attributes (for Functions)" RFC (#46)

This commit is contained in:
Aviral Goel 2024-07-22 13:18:37 -07:00 committed by GitHub
parent b14fb7798f
commit 65551e937a
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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.