Releases: BonnyAD9/place_macro
Releases · BonnyAD9/place_macro
Place-macro v1.0.0
place-macros v0.1.3
The first github release!!!
Macros
place: expands the following macros in reverse order, see readme
ignore: expands to nothingidentity: expands to what is given, it bypasses the reverse order in the
placemacrodollar: expands to dollar sign$string: concats the contents into single string, see the docidentifier: concats the contents into sintle identifier in the same way as
stringhead: expands to the first tokentail: expands to all but the first tokenstart: expands to all but the last tokenlast: expands to the last tokenreverse: expands to the tokens in reverse orderstringify: expands to string of the inputreplace_newline: replaces all newlines and folowing whitespace in literal
with the given literalstr_replace: replace in string literal