xo-reader: + block utest + assignment utest [wip, not passsing]
This commit is contained in:
parent
1145830bb1
commit
22d4c6c601
2 changed files with 3 additions and 2 deletions
|
|
@ -18,7 +18,8 @@ namespace xo {
|
|||
//{"def foo : f64 = 2.0 * 3.14159265;"},
|
||||
{"def foo = lambda (x : f64) 3.1415965;"},
|
||||
{"def foo = lambda (x : f64, y : f64) 3.1415965;"},
|
||||
{"def foo = lambda (x : f64) x;"}
|
||||
{"def foo = lambda (x : f64) x;"},
|
||||
{"def foo = lambda (x : f64) { def y = x * x; y; }"},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue