h3patica / hare-linked-list

A (bad) implementation of a linked list in Hare.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hare-linked-list

This is a small module I made as a learning exercise with Hare. Feel free to look around & copy the source code, though do be aware that my amateurishness has likely left open some memory leaks.

example.ha contains a small demonstration of the module.

About

A (bad) implementation of a linked list in Hare.

License:The Unlicense