The nit library of data structures and such.

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

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