|
|
|
|
|
by bheadmaster
1023 days ago
|
|
> V has a native backend It is important to note that (at the time of writing this comment) the native backend can compile only three examples in the `examples/` directory in the V compiler codebase: hello_world.v
fizz_buzz.v
rune.v
All the other examples fail to compile when V is used with the `-b native` flag. |
|