Yakou icon indicating copy to clipboard operation
Yakou copied to clipboard

An experimental JVM Language inspired by Rust.

Results 9 Yakou issues
Sort by recently updated
recently updated
newest added

## Current Possible implementation strategy - Refer to Javac 17's implementation on Godbolt ## Reference - [Wikipedia - Short circuit evalution](https://en.wikipedia.org/wiki/Short-circuit_evaluation) ## Sidenote This issue is part of #57.

enhancement
language feature
compiler
Pripority: P1

## Language Code: Yakou - Followed up [Java](https://en.wikipedia.org/wiki/Java) (An Indonesian island) and [Kotlin](https://en.wikipedia.org/wiki/Kotlin_Island) (An Russian island), in this case, Yakou refers to a [mountain pass in Taiwan](https://en.wikipedia.org/wiki/Yakou_(mountain_pass)). ## Language -...

enhancement
compiler
Pripority: P1

Continue from issue #45, refers to JVM spec [dcmp](https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-6.html#jvms-6.5.dcmp_op)

bug
language spec
compiler

enhancement
language spec
compiler

- [ ] Trait - [ ] Annotation - [ ] Abstract Class

language feature

```v fn a() { fn b() { } b() } ```

enhancement
language feature