Hi everyone, I've wrote a basic implementation of parser/reader macros
as a plugin (with a little bit of compiler patching).
https://codeberg.org/fenex33/fennel-parser-macros
Code contains a few bugs, but still usable nonetheless
It would be an immense help if somebody reviewed my project, thanks.
Ilya Ballet
Whoa, this is cool!
If I understood the example correctly, parser macros even work inside
strings? I thought they would 't because strings are read by the " parser
macro (it isn't a parser macro, but could have been)
--
Andrey Listopadov