ecl/src/c/printer
Daniel Kochmański f0046250f8 reader: store separately macro and a dispatch table
This improves code readibility, because dispatch macro characters are built on
top of "normal" macro characters.
2026-03-11 08:42:05 +01:00
..
float_string_old.d cosmetic: fix indent (rest of C) 2016-05-06 08:41:52 +02:00
float_to_digits.d float_to_digits.d: add some comments 2022-09-18 16:02:47 +02:00
float_to_string.d printer: print zero after decimal point in exponential notation if there are no other trailing digits 2023-01-21 17:43:48 +01:00
integer_to_string.d bignum: replace numerous references to mpz with _ecl_big trampolines 2025-01-20 12:39:59 +01:00
print_unreadable.d printer: use si_do_write_sequence in recently optimized printing routines 2018-06-05 21:30:29 +02:00
write_array.d cmp: fix incorrect coercion of base strings to extended strings 2026-02-14 20:36:49 +01:00
write_code.d bytecodes: add a new slot nlcl denoting the maximal number of locals 2025-05-09 13:55:59 +02:00
write_list.d printer: don't pretty print stuff in _ecl_write_list 2022-01-31 21:05:27 +01:00
write_object.d core: move defacto constants from cl_core structure to global space 2026-03-11 08:42:04 +01:00
write_sse.d buildsystem: fix sse build 2016-12-19 12:31:51 +01:00
write_symbol.d reader: store separately macro and a dispatch table 2026-03-11 08:42:05 +01:00
write_ugly.d reader: add a new object to the system ecl_token 2026-03-11 08:42:05 +01:00