Closed cvauclair closed 3 years ago
The Mesh Engine should be able to parse any expressions consisting of basic types literals and variable bindings to them.
unit
()
int
21
-124978
float
0.9123
-123.752
bool
true
false
string
"asdf"
Variable bindings:
let u = (); // unit let i = 2; // int let f = 2.0; // float let b = true; // bool let s = "Hello"; // string
The Mesh Engine should be able to parse any expressions consisting of basic types literals and variable bindings to them.
unit
()
int
21
,-124978
)float
0.9123
,-123.752
)bool
true
orfalse
string
"asdf"
)Variable bindings: