Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
86 stars 8 forks source link

Basic support for aliases #334

Closed LPeter1997 closed 11 months ago

LPeter1997 commented 11 months ago

Fixes the following, that didn't compile

func main() {
    val x: object = "asd";
}