flip-link
flip-link copied to clipboard
fix handling of multiline comments
Fixes #116 by stripping multiline comments using the regex crate
just realized that my solution can change the line count in the linker script, so the line index found by find_ram_in_linker_script is wrong
I don't love having to use regular expressions here, but it does appear to resolve the issue.
Thoughts @Urhengulas? I'm minded to approve.