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