mjolnir_dev

Results 4 comments of mjolnir_dev

> ``` > #assert( 0b1100 &~ 0b1010 == 0b0111 ) > #assert( 0b1100 & (~0b1010) == 0b0100 ) > ``` Your paren in the second assert evaluates out, the language...

ran into this today as well. `V2 ::[2]f32` i am only adding to the issue in that the error is a bit obtuse, i removed v2 and im good for...

the strings package may already have this implemented

I think I just have an edge case for the compiler (`union`/`enum` varag followed by a `bit_set[enum]`). Compiler does not like it with or without the prefixes arg: ```shell ojitsu.odin(26:22)...