The nit library of data structures and such.

Uladox 885b3562f1 Adds err_nit function 5 years ago
tests e6cafc3796 Fixes bug where symbol does not get set if already in table 5 years ago
.gitignore 47d389cd08 Makes list have a delayed foreach 🚥 7 years ago
.gitmodules 75e199e2d3 Works more on gc + tests. 🔬+ 🗑 7 years ago
LICENSE 0a450ad266 Initial commit 8 years ago
Makefile 885b3562f1 Adds err_nit function 5 years ago
README.md 663b3a00a5 Adds new notabug readme 7 years ago
acts.c 985bdd0793 Uses enum type for errors 5 years ago
acts.h 985bdd0793 Uses enum type for errors 5 years ago
config.mk 885b3562f1 Adds err_nit function 5 years ago
dispose.h 4505fd72e1 Begins cleaning up library with simpler data structures 5 years ago
err.c 885b3562f1 Adds err_nit function 5 years ago
err.h 885b3562f1 Adds err_nit function 5 years ago
graph.c 985bdd0793 Uses enum type for errors 5 years ago
graph.h 985bdd0793 Uses enum type for errors 5 years ago
index.c 985bdd0793 Uses enum type for errors 5 years ago
index.h 985bdd0793 Uses enum type for errors 5 years ago
list.c 985bdd0793 Uses enum type for errors 5 years ago
list.h 985bdd0793 Uses enum type for errors 5 years ago
map.c 985bdd0793 Uses enum type for errors 5 years ago
map.h 985bdd0793 Uses enum type for errors 5 years ago
nit.pc 9023f34c87 Adds pkg-config file 6 years ago
set.c 1769f2b320 Adds set operations 5 years ago
set.h 1769f2b320 Adds set operations 5 years ago
state.c 985bdd0793 Uses enum type for errors 5 years ago
state.h 985bdd0793 Uses enum type for errors 5 years ago
symbol.c e6cafc3796 Fixes bug where symbol does not get set if already in table 5 years ago
symbol.h f1a78a7703 Adds symbol table 5 years ago
trie.c 985bdd0793 Uses enum type for errors 5 years ago
trie.h 985bdd0793 Uses enum type for errors 5 years ago

README.md

nitlib

A dumping ground for data structures for my endless projects and 🆒 utilties 😎.

Note: this is a mirror if the site isn't notabug.org, the original repository can be found here