index
:
tb_db.git
main
attempt at writing a database engine in C
Abdellah El Morabit
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
Age
Commit message (
Expand
)
Author
2026-03-20
feature(csv_decoder): fixed checking for , when pusing to the token list, pro...
nasr
2026-03-19
feature(btree): calculating insertion position properly now
nasr
2026-03-19
refactor(main): refactored entry point
nasr
2026-03-18
feature(btree_implementation): rethinnking the insertion logic using a key st...
nasr
2026-03-17
feature(base): signed boolean. sometimes i want to return -1 even though it d...
nasr
2026-03-17
feature(base): file writing using string struct
nasr
2026-03-16
refactor(main): updated sources
nasr
2026-03-16
feature(main): lots of stuff see description
nasr
2026-03-15
feature(main): nil tokens for both lexers :)
nasr
2026-03-14
feature(main): bugfixes
nasr
2026-03-14
feature(base): ascii colors, error framework ( ai help ). testing idea meta p...
nasr
2026-03-13
feature(main): binary tree insertions
nasr
2026-03-11
feature(main): project description + project owner
nasr
2026-03-10
refactor(main): b_tree implementation. single header thing
nasr
2026-03-10
feature(main): reading from stdin and then segfaulting
nasr
2026-03-09
refactor(main): simplified the project. going towards a single header file pr...
nasr
2026-03-09
refactor(main): fixed compilation bugs, and csv invalidtion handling
nasr
2026-03-08
refactor(main): worked on string handling in C and other stuff
nasr
2026-03-08
feature(main): btree node operations
nasr
2026-03-07
refactor(base): split the arena allocator into a zero and non zero one
nasr
2026-03-06
improvement(main): worked on the lexer, close to finishing the tokenization
nasr
2026-03-05
feature(main): helper functions for lexing
nasr
2026-03-04
feature(main): ryan fleur nil nodes
nasr
2026-03-04
feature(main): b-tree structure + thoughts and sources
nasr
2026-03-03
feature(main): loading and printing csv file
nasr
2026-03-02
feature(main): loading file + bug fixes
nasr
2026-03-02
feature(main): base library impelmentation
nasr