CASC-Lang / Yakou

An experimental JVM Language inspired by Rust.
38 stars 2 forks source link

Antlr wired parsing bug #22

Closed ChAoSUnItY closed 2 years ago

ChAoSUnItY commented 3 years ago
"a" + java::lang::Integer::toString(1)

This will cuase parsing error somehow, require further investigation at toString(1)