hare

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

commit 98b188ed7497b7a20ba4bc838139a56836b48b38
parent aa5ed47e8a297b7f8d99106628f5b0dc257da1ef
Author: Sebastian <sebastian@sebsite.pw>
Date:   Thu, 21 Apr 2022 15:47:45 -0400

hare::module: document filetype

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

Diffstat:
Mhare/module/types.ha | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/hare/module/types.ha b/hare/module/types.ha @@ -36,6 +36,7 @@ export type version = struct { subdirs: []str, }; +// The filetype of a file within a module. export type filetype = enum { HARE, ASSEMBLY,