aboutsummaryrefslogtreecommitdiffstats
path: root/src/badlib.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a basic symbol checkerBad Diode2024-06-211-110/+108
|
* Add a couple of macros for ergonomic set/map creationBad Diode2024-06-201-85/+136
|
* Move vm/chunk compiler to separate fileBad Diode2024-06-201-1/+3
|
* Implement the worlds worst register machineBad Diode2024-06-191-1/+13
|
* 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