~chrisppy/hare-scfg

0.24.2 5 months ago .tar.gz browse log

hare-scfg 0.24.2

This is the stable release of the scfg library for the Hare programming
language.  The library has been updated to use features now included in
Hare version 0.24.2, primarily foreach loops and done.  There have been
some performance improvements from switching from using bufio::readline
to bufio::scan_line.

An example of usage of this library is available under cmd/demo/.

0.24.0 10 months ago .tar.gz browse log

This is the initial versioned pre-release of the scfg library for the Hare Programming language.