-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sexp: Add missing API: items/pairs/treeRepr/getKey
- expose `.car` and `.cdr` fields for direct access - everything else can already be accesssed, but those were wrapped in weird `getCons()` proc that retunred both elements. - `treeRepr` for S-expression printing - `getKey` for S-expression keyword pair - missing `pairs()` and `mpairs()`
- Loading branch information
1 parent
fff9e80
commit 7976136
Showing
1 changed file
with
68 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters