hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit c2f9826bcd23290bf3e9986172066bf022294285
parent 35c2a022c6277ac004c046b7d3a703918e4ca3ed
Author: Sebastian <sebastian@sebsite.pw>
Date:   Fri, 11 Mar 2022 18:35:03 -0500

ast: improve fndecl_attrs documentation

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Mhare/ast/decl.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hare/ast/decl.ha b/hare/ast/decl.ha @@ -32,7 +32,7 @@ export type decl_type = struct { _type: _type, }; -// Represents the @fini/@init/@test attributes associated with a function. +// Attributes applicable to a function declaration. export type fndecl_attrs = enum { NONE, FINI,