feat: Simplify printing of names and expressions #25

Merged
aniva merged 5 commits from io/serial into dev 2023-10-29 13:08:06 -07:00
Owner
  1. Names will be printed in one chunk
  2. Function applications will be printed as (f a1 a2 ...) instead of (((f a1) a2) a3 ...)
  3. :anon is removed and replaced by _ in name_to_ast. For goal printing it is replaced by the empty string.

Version bump to 0.2.7 as a result of the breaking change

1. Names will be printed in one chunk 2. Function applications will be printed as `(f a1 a2 ...)` instead of `(((f a1) a2) a3 ...)` 3. `:anon` is removed and replaced by `_` in `name_to_ast`. For goal printing it is replaced by the empty string. Version bump to 0.2.7 as a result of the breaking change
aniva added the
part/Serial
category
feature
labels 2023-10-29 12:59:50 -07:00
aniva self-assigned this 2023-10-29 12:59:50 -07:00
aniva added 4 commits 2023-10-29 12:59:51 -07:00
aniva added this to the 0.2.7 milestone 2023-10-29 13:00:37 -07:00
aniva added 1 commit 2023-10-29 13:04:19 -07:00
aniva merged commit 796f0d8336 into dev 2023-10-29 13:08:06 -07:00
Sign in to join this conversation.
No description provided.