-
Notifications
You must be signed in to change notification settings - Fork 0
An S-Expression library for Go
License
feyeleanor/sexp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An S-Expression library written in Go. S-Expressions can be modelled using a variety of structures. This package provides three implementations: Slice uses an []interface{} as its backing store but is accessed via list semantics. As such it is suited to tasks where breadth-first search and speed of element access are priorities; All three S-Expression data structures store interface{} objects and as such can be used to store each other in arbitrary numbers and to arbitrary depths. An additional SliceValue type is provides which uses a reflect.Value containing a slice as its backing store. This is not guaranteed to be usable as an S-Expression but provides a convenient way to reuse many of the functions specified for S-Expressions on slices of any type.
About
An S-Expression library for Go
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published