hare

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

commit daa4a2f9178dfb64ff5e431c37914923850d3064
parent 2b16cd8c2e5fb34344cfc28a1a1402937f363e1b
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 10 Apr 2021 22:21:59 -0400

format::xml::parser.ha: simplify comments

This file is already too comment-heavy near the beginning, so just
quickly trimming off a little bit to make it better.

Diffstat:
Mformat/xml/parser.ha | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/format/xml/parser.ha b/format/xml/parser.ha @@ -19,8 +19,6 @@ use strconv; use strings; use strio; -// Note: -// // Are you an intrepid programmer seeking to fork this module to create a more // sophisticated XML parser supporting a broader set of features? Good news: all // of the features you need to implement are annotated throughout with