szymonrw / ancient-oak

Immutable data trees in JavaScript.
MIT License
223 stars 11 forks source link

Explicit support for primitives. #10

Closed szymonrw closed 10 years ago

szymonrw commented 10 years ago

To support nulls, undefineds, numbers, strings, bools, etc.

note: not decided what to do about regexps yet.