Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More informative printed rep for functions. | Kaz Kylheku | 2015-09-09 | 1 | -1/+1 |
| | | | | | | | | | * lib.c (obj_print_impl): Print whether a function is interpreted or intrinsic, and include argument information. * tests/012/struct.tl: Test case relying on function printed rep updated. | ||||
* | Adding struct tests. | Kaz Kylheku | 2015-09-02 | 1 | -0/+136 |
* tests/common.tl (vtest): New macro based on test. Evaluates the expected expression. (test): Becomes a wrapper for vtest which quotes the expected expression. (stest): New macro for string-based comparison of output. * tests/012/struct.expected: New file. * tests/012/struct.tl: New file. |