2019-09-23 21:30:20 +03:00

12 lines
282 B
Markdown

# codegen
tools to help programs write programs in golang, shell, and beyond
TLDR;
`Equal` returns `true` if two source files are _effectively_ the same. This means they are same ignoring whitespace and comments.
`Format` does some type of cannonical formatting.
more to come