Skip to content

Conversation

hatsusato
Copy link
Contributor

S式を表示する関数 sexpr_print を実装。

(cons (cons (cons 1 2) 3) (cons 4 (cons 5 6)))
'(((1 . 2) . 3) 4 5 . 6)

(((1 . 2) . 3)
 4
 5 . 6)

のような感じで表示するつもり。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant