0.3.0
Refactoring
This brings an extensive refactoring of the code that's been long overdue.
It's made the code "larger" in terms of LOC, but it is significantly cleaner and more maintainable.
Autocomplete
You'll now get autocomplete inside of comptime! {} blocks.
Less Temporary Files
With the refactoring, I found that rustc can be piped input rather than having to take a temporary source file.
So comptime no longer generates these in your build directory.
The only temporary files that remain are the binaries that actually run your comptime! {} blocks - for optimization's sake.
