summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2026-03-19refactor(main): refactored entry pointnasr
2026-03-18feature(btree_implementation): rethinnking the insertion logic using a key st...nasr
2026-03-17feature(base): signed boolean. sometimes i want to return -1 even though it d...nasr
2026-03-17feature(base): file writing using string structnasr
2026-03-16refactor(main): updated sourcesnasr
2026-03-16feature(main): lots of stuff see descriptionnasr
2026-03-15feature(main): nil tokens for both lexers :)nasr
2026-03-14feature(main): bugfixesnasr
2026-03-14feature(base): ascii colors, error framework ( ai help ). testing idea meta p...nasr
2026-03-13feature(main): binary tree insertionsnasr
2026-03-11feature(main): project description + project ownernasr
2026-03-10refactor(main): b_tree implementation. single header thingnasr
2026-03-10feature(main): reading from stdin and then segfaultingnasr
2026-03-09refactor(main): simplified the project. going towards a single header file pr...nasr
2026-03-09refactor(main): fixed compilation bugs, and csv invalidtion handlingnasr
2026-03-08refactor(main): worked on string handling in C and other stuffnasr
2026-03-08feature(main): btree node operationsnasr
2026-03-07refactor(base): split the arena allocator into a zero and non zero onenasr
2026-03-06improvement(main): worked on the lexer, close to finishing the tokenizationnasr
2026-03-05feature(main): helper functions for lexingnasr
2026-03-04feature(main): ryan fleur nil nodesnasr
2026-03-04feature(main): b-tree structure + thoughts and sourcesnasr
2026-03-03feature(main): loading and printing csv filenasr
2026-03-02feature(main): loading file + bug fixesnasr
2026-03-02feature(main): base library impelmentationnasr