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 self-assigned this 2023-10-29 12:59:50 -07:00
aniva added this to the v0.2.7 milestone 2023-10-29 13:00:37 -07:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: aniva/Pantograph#25
No description provided.