hare

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

commit 8a55e1e689827afe414177a06f5a8b65a50ba9e4
parent 832ce1712e3fec9ebad878e9bae226b5cbd6a37f
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 19 Mar 2021 10:59:42 -0400

hare(1): formatting fixes

Diffstat:
Mdocs/hare.scd | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/hare.scd b/docs/hare.scd @@ -197,12 +197,12 @@ selected. For example, if the following files are present in a directory: - foo.ha - bar.ha - bar+linux.ha - bar+plan9.ha - baz+x86_64.s - bat-x86_64.ha +- foo.ha +- bar.ha +- bar+linux.ha +- bar+plan9.ha +- baz+x86_64.s +- bat-x86_64.ha If the build tags are +linux+x86_64, then the files which are included in the module are foo.ha, bar+linux.ha, and bar+x86_64.s.