summaryrefslogtreecommitdiff
path: root/src/macro_processor
Commit message (Expand)AuthorAgeFilesLines
* Remove printlnQrius2024-09-261-1/+0
* Add some sensible parsing of nested paranthesesQrius2024-09-261-4/+14
* Add indent macro, because nested functions doesn't really work, this also doe...Qrius2024-09-261-0/+25
* Remove some debug printsQrius2024-09-261-8/+0
* Add function for including a file, without doing any macro processing on itQrius2024-09-261-0/+17
* Do a bunch of QOL things, add some skaldpress specific macros, addQrius2024-09-262-1/+11
* rustfmtQrius2024-09-261-1/+3
* Add REPLQrius2024-09-261-0/+37
* Add special DNL macro, do a bunch of skaldpress-stuffQrius2024-09-261-13/+26
* Change return of MacroProcessor to ResultQrius2024-09-264-47/+120
* Move metadata_parser into it's own fileQrius2024-09-261-1/+0
* Clean up things a bitQrius2024-09-262-37/+97
* Change way macros are invoked, add a bunch of testsQrius2024-09-261-115/+160
* Initial commitQrius2024-09-263-0/+274