at15 / reika

[WIP] A DSL for query and benchmark TSDB
MIT License
1 stars 0 forks source link

[impl-j][test] Re-structure test by level of language features #29

Open at15 opened 6 years ago

at15 commented 6 years ago

Currently we have two folder for test scripts, arith and arith_typed which are quite misleading, arith_typed is actually the one with let binding. Since we are adding list a more ideal folder structure should be

primitve
   - int_double_float_only
   - negative
   - binary_op
   - let (previous arith_typed) 
list
   - binary_op_overload (1 + [1, 2, 3])