David Mak
|
25d2de67f7
|
standalone: Add output_range and tests
|
2024-07-09 04:44:40 +08:00 |
David Mak
|
9238a5e86e
|
standalone: Rename output_str to output_strln and add output_str
output_str is for outputting strings without newline, and the newly
introduced output_strln now has the old behavior of ending with a
newline.
|
2024-07-09 04:44:40 +08:00 |
David Mak
|
bb5147521f
|
standalone: Fix indentation of test files
|
2023-11-01 13:20:26 +08:00 |
David Mak
|
a79286113e
|
standalone: Add output_bool in demo library
|
2023-10-06 10:19:22 +08:00 |
David Mak
|
059d3da58b
|
standalone: Add float64 output tests
|
2023-09-30 09:31:18 +08:00 |
David Mak
|
b39831b388
|
standalone: Update demos
- Add `output_str` for printing a string
- Add demo_test.py to test interop
|
2023-09-28 19:58:53 +08:00 |