asolana

Results 69 issues of asolana

we have a pre-commit hook for cargo fmt. Add a setup script that devs can run to setup that hook.

enhancement
good first issue

Known failing tests will be added to help contributors work on specific tasks. Once that task is done the failing test will be enabled. In the mean time developers should...

enhancement

- [ ] Parse function decl - [ ] Parse abilities - [ ] Parse generics

enhancement

Top level tasks to parse global decls (structs, functions etc)

enhancement

Add initial plumbing to support mvir verification when mvir-llvm-compiler is supplied an .mvir file

enhancement

Driver program for move-bytecode frontend. `move-mv-llvm-compiler` takes move-bytecode as input and targets llvm supported back ends. ``` /target/debug/move-mv-llvm-compiler -b function.mv -o a ``` Create a standalone driver program to take...

enhancement