aboutsummaryrefslogtreecommitdiff
path: root/preproc.awk
Commit message (Collapse)AuthorAgeFilesLines
* [preproc] Fixed single line definition body under a macro name resulting in ↵Syndamia2023-11-231-1/+1
| | | | | | | | no output <A> { BODY }
* [preproc] Huge rewrite, better code, names, POSIX compliancy, can pass ↵Syndamia2023-11-231-69/+111
| | | | multiple CSMAs, better handling
* [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