summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2025-03-14Update README.mdbpc2003
2025-03-14Added some documentationbpc2003
2025-03-13Added DEL commandbpc2003
2025-03-13Added SET commandbpc2003
2025-03-12Added GET commandbpc2003
2025-03-12Fixed some memory bugsbpc2003
2025-03-12Added handling for paramsbpc2003
2025-03-11got started on command parsingbpc2003
2025-03-11Getting started on REPL and added LICENSEbpc2003
2025-03-10Add test.dbbpc2003
2025-03-10Finished mdb.h Getting started on main.cbpc2003
2025-03-10moved mdb.h and associated files int libbpc2003
2025-03-10Removed need for parser and revised readdb to return struct keytablist *bpc2003
2025-03-10Consolidated each header into single headerbpc2003
2025-03-10Added writedb functionbpc2003
2025-03-10Offloaded reallocing list to setkeybpc2003
2025-03-09Added keytablist structbpc2003
2025-03-09Added delkey commandbpc2003
2025-03-07Added hashmaps, now need to add listsbpc2003
2025-03-07Finished bytecode parserbpc2003
2025-03-06Got started on parserbpc2003
2025-03-06Got started on readfilebpc2003