I need to do as part of a build step some string replacements in a text file.
In full Nim I'm able to do this via stream reading, text replacements, and stream writing - can I do this in NimScript (i.e. config.nims) as well? The streams module is not listed for NimScript...
Thanks for any pointers!
Cool. nimgrep looks pretty good for Nim files! :-)
The doco mentions briefly support for PEGs, but how do I provide them here?