v0.3 release version
This release fully implemented the core features of vscode-llvm.
- command parsing - it knows clang commands, can get the inner workflow of compiler and show IR for before and after each pass.
- run specific llvm pass
- run compare mode to compare two compiler workflows.