1
0
dust/dust-lang/tests
2024-12-10 01:34:53 -05:00
..
assignment_errors.rs Continue rewrite of instructions and operations 2024-12-09 07:01:07 -05:00
basic.rs Make the disassembly prettier than ever before 2024-12-10 01:34:53 -05:00
comparison.rs Remove types from chunks; Add new tests 2024-12-02 05:59:01 -05:00
functions.rs Fix function parsing bug; Optimize strings 2024-12-04 06:38:24 -05:00
lists.rs Remove types from chunks; Add new tests 2024-12-02 05:59:01 -05:00
logic_and_and.rs Add boolean chain short-circuiting 2024-12-03 18:24:26 -05:00
logic_and.rs Modify and add logic tests 2024-12-03 17:20:29 -05:00
logic_or.rs Modify and add logic tests 2024-12-03 17:20:29 -05:00
logic_variables.rs Remove types from chunks; Add new tests 2024-12-02 05:59:01 -05:00
loops.rs Remove types from chunks; Add new tests 2024-12-02 05:59:01 -05:00
math_add_assign.rs Add math tests 2024-12-03 14:27:48 -05:00
math_add_errors.rs Optimize with more SmallVecs 2024-12-04 13:31:02 -05:00
math_add.rs Fix function parsing bug; Optimize strings 2024-12-04 06:38:24 -05:00
math_divide_assign.rs Add math tests 2024-12-03 14:27:48 -05:00
math_divide_errors.rs Optimize with more SmallVecs 2024-12-04 13:31:02 -05:00
math_divide.rs Clean up 2024-12-03 17:11:02 -05:00
math_modulo_assign.rs Add math tests 2024-12-03 14:27:48 -05:00
math_modulo_errors.rs Optimize with more SmallVecs 2024-12-04 13:31:02 -05:00
math_modulo.rs Add math tests 2024-12-03 14:27:48 -05:00
math_multiply_assign.rs Add math tests 2024-12-03 14:27:48 -05:00
math_multiply_errors.rs Optimize with more SmallVecs 2024-12-04 13:31:02 -05:00
math_multiply.rs Clean up 2024-12-03 17:11:02 -05:00
math_subtract_assign.rs Add math tests 2024-12-03 14:27:48 -05:00
math_subtract_errors.rs Optimize with more SmallVecs 2024-12-04 13:31:02 -05:00
math_subtract.rs Add tests; Support capital "E" in floats 2024-12-03 15:26:05 -05:00
native_functions.rs Optimize with more SmallVecs 2024-12-04 13:31:02 -05:00
scopes.rs Optimize with more SmallVecs 2024-12-04 13:31:02 -05:00
unary_operations.rs Remove types from chunks; Add new tests 2024-12-02 05:59:01 -05:00
variables.rs Optimize with more SmallVecs 2024-12-04 13:31:02 -05:00