aboutsummaryrefslogtreecommitdiffstats
path: root/src/badlib.h
Commit message (Expand)AuthorAgeFilesLines
* Add let, set and struct definitionsBad Diode2024-06-181-1/+2
* Add support for parsing long long unsigned integers if using hexBad Diode2024-06-161-2/+53
* Add floating point number parsingBad Diode2024-06-161-0/+90
* Update clang-format and cland optionsBad Diode2024-06-161-1/+1
* Add graphviz visualization for the parse treeBad Diode2024-06-161-0/+3
* Setup initial Pratt parserBad Diode2024-06-161-0/+4
* Add initial scanner functionsBad Diode2024-06-151-14/+6
* Add %c to loggin functionBad Diode2024-06-151-4/+9
* Remove unnecessary casts and test arena free/reallocBad Diode2024-06-151-12/+10
* Add a new log_func to check the memory of an Array/StrBad Diode2024-06-151-0/+16
* Extract str_from_* functions from the loggerBad Diode2024-06-151-92/+120
* Fix some __VA_ARGS__ macro issues (ugh)Bad Diode2024-06-151-14/+12
* Streamline the creation of default loggers and custom log_fnBad Diode2024-06-151-80/+113
* Add a custom logging dslBad Diode2024-06-141-0/+237
* Add more logging functionsBad Diode2024-06-141-1/+106
* Add log_int functionBad Diode2024-06-141-4/+29
* Add initial custom logging functionsBad Diode2024-06-141-0/+48
* Starting fresh with the `badlang`Bad Diode2024-06-141-0/+876