archeus/src/std
2024-11-29 14:59:19 -07:00
..
defaults fixed after breaking everything with errno.h and vector.h changes, config still borked 2024-08-28 02:57:29 -06:00
parser temporarly fixed parser to not error on compile (still not fixed) 2024-11-29 14:59:19 -07:00
config.c fixed after breaking everything with errno.h and vector.h changes, config still borked 2024-08-28 02:57:29 -06:00
errno.c updated vector to video version, will probably break a lot 2024-08-27 03:23:29 -06:00
handler.c testing working, and fixed memory leak in replace with substring function 2024-08-31 06:09:33 -06:00
hashtable.c some basic changes to try to fix for the -Wpedantic flag 2024-06-16 02:49:23 -06:00
io.c fixed after breaking everything with errno.h and vector.h changes, config still borked 2024-08-28 02:57:29 -06:00
lexer.c still working on parser, plan to rework to parsing first, then calling struct creation callback after with vector of tokens and tags 2024-11-23 19:27:30 -07:00
parser.c temporarly fixed parser to not error on compile (still not fixed) 2024-11-29 14:59:19 -07:00
queue.c fixed after breaking everything with errno.h and vector.h changes, config still borked 2024-08-28 02:57:29 -06:00
stack.c fixed after breaking everything with errno.h and vector.h changes, config still borked 2024-08-28 02:57:29 -06:00
string.c parser working, needs more tests and an actual language to make sure that is true though 2024-11-20 10:27:17 -07:00
time.c f***ed up and needed to rework packages 2024-05-20 03:46:09 -06:00
vector.c basic vector complete but untested, added destroy callback to vector 2024-08-29 05:04:08 -06:00