clarinet
clarinet copied to clipboard
Parse comments properly
There is currently a hack in the REPL analysis code to handle magic comments. The parser could and should do a better job of handling comments correctly, making the later usage of magic comments much cleaner.
This will be addressed by the combination of https://github.com/stacks-network/stacks-blockchain/pull/3150 and #474, since the comments are being parsed into new nodes in that implementation.