ibuki420

Results 4 issues of ibuki420

### Describe the bug ```v module main struct Instr { mut: a int b int } fn main() { mut map1 := map[string][]&Instr instr := &Instr{a:1,b:2} arr := [ instr...

Bug

`know` -> `known`

### Describe the feature The .align directive causes the next data generated to be aligned modulo integer bytes. Integer must be a positive integer expression and must be a power...

Feature Request

### Describe the feature Declares the type of symbol ```as .type main, @function .global main main: retq ``` ### Use Case ... ### Proposed Solution ... ### Other Information ......

Feature Request