aboutsummaryrefslogtreecommitdiff
path: root/preproc.awk
Commit message (Expand)AuthorAgeFilesLines
* [preproc] Fixed single line definition body under a macro name resulting in n...Syndamia2023-11-231-1/+1
* [preproc] Huge rewrite, better code, names, POSIX compliancy, can pass multip...Syndamia2023-11-231-69/+111
* [preproc] Proper macro name handling on stage2 macro matchSyndamia2023-11-231-3/+8
* [preproc] Replaced length(nameQueue) with nql for more robustnessSyndamia2023-11-231-2/+2
* [preproc.awk] Added a more or less working preprocessor for CSMA, written in AWKSyndamia2023-11-191-0/+188