xo-reader: utest: + test variable lookup [working]

This commit is contained in:
Roland Conybeare 2024-08-19 18:35:27 -04:00
commit e712169daa

View file

@ -17,7 +17,8 @@ namespace xo {
{"def foo : f64 = (3.14159265);"},
//{"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, y : f64) 3.1415965;"},
{"def foo = lambda (x : f64) x;"}
};
}