cx-language / cx

C* is a hybrid low-level/high-level systems programming language focused on performance and productivity.
https://cx-language.github.io/
MIT License
130 stars 9 forks source link

let keyword is broken #9

Closed cxcorp closed 7 years ago

cxcorp commented 7 years ago

Minimal example in the sandbox:

import "stdio.h"

func main() {
    let bar = "foo"
    //  ^ unexpected identifier
}
emlai commented 7 years ago

Thanks! delta-sandbox wasn't using an up-to-date version of Delta so it didn't know of let. This specific bug is now fixed but there are other bugs that currently prevent compilation in the sandbox.