summaryrefslogtreecommitdiff
path: root/source/engine.c
AgeCommit message (Collapse)Author
2026-03-16feature(main): lots of stuff see descriptionnasr
1. increased compile time warnings to help with some optimizations. 2. impelmeented csv lexing helper functions that do stuff on tokenlists like appending and concatenating lists with each other 3. realiszed that btree design in faulty so disabled it and will refactor it in the next approach
2026-03-15feature(main): nil tokens for both lexers :)nasr
2026-03-14feature(main): bugfixesnasr
still a segfault when generating the token linked list
2026-03-11feature(main): project description + project ownernasr
2026-03-10feature(main): reading from stdin and then segfaultingnasr
2026-03-09refactor(main): simplified the project. going towards a single header file ↵nasr
project maybe...
2026-03-09refactor(main): fixed compilation bugs, and csv invalidtion handlingnasr
2026-03-08refactor(main): worked on string handling in C and other stuffnasr