Akuli / jou

Yet another programming language
MIT License
12 stars 4 forks source link

`as` precedence #472

Open Akuli opened 9 months ago

Akuli commented 9 months ago
index = (ptr as long) - (chars as long)
result = (a as long) * (b as long)

IMO these should work without parentheses.

Moosems commented 9 months ago

If you add it to the compiler, sure 😄.