hare

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

commit 9a956e93568ad7e38a9eab0b7fb39f85db9e1c8b
parent bbe5632fb90e548f8b312a049c5bae6701c553b9
Author: Sebastian <sebastian@sebsite.pw>
Date:   Sat,  8 Jun 2024 01:09:42 -0400

hare.1: add note about poor error message quality

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

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

diff --git a/docs/hare.1.scd b/docs/hare.1.scd @@ -33,12 +33,14 @@ own line indented with a single tab. *hare-test*(1) compiles and runs tests for Hare code. +# BUGS + +The quality of error messages is poor. + # SEE ALSO *hare-module*(5), *haredoc*(1) -# NOTES - See _https://harelang.org/community/_ for information on where to ask questions, send patches, submit bug reports, and chat with others in the community.