
Changelog
reon 0.0.1
New
parse_eon()andread_eon()parse eon strings and files into R lists. Comments are preserved aseon_commentandeon_suffix_commentattributes.New
format_eon()andwrite_eon()serialize R objects to eon strings and files. Comment attributes are emitted back into the output, so round-trips are lossless.New
reformat_eon()normalizes indentation and spacing in an eon string without changing data or dropping comments.New
validate_eon()returnsTRUEorFALSEfor whether a string is valid eon, without throwing an error.