summaryrefslogtreecommitdiff
path: root/src/macro_processor
Commit message (Collapse)AuthorAgeFilesLines
* Track macro invokations, only re-compile nesecarry filesQrius2024-09-261-1/+10
|
* Rename verbatum to verbatimQrius2024-09-261-4/+4
|
* Add man pages, add array function to SMPQrius2024-09-261-0/+12
|
* Expand arguments of macro if it doesn't existQrius2024-09-261-1/+12
|
* Fix buggy implementation of format_timeQrius2024-09-261-2/+3
|
* Add macro for formatting RFC3339-timestampsQrius2024-09-261-0/+19
|
* 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 ↵Qrius2024-09-261-0/+25
| | | | does not really work
* 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
| | | | second run, etc
* 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