The nit library of data structures and such.

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

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