Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Natural Language de/serialization #576

Open
paviad opened this issue Jul 4, 2023 · 1 comment · May be fixed by #577
Open

Natural Language de/serialization #576

paviad opened this issue Jul 4, 2023 · 1 comment · May be fixed by #577

Comments

@paviad
Copy link

paviad commented Jul 4, 2023

A very desirable feature of this library, and which exists in similar libraries in other languages (e.g. Typescript's Equivalent is the ability to serialize and deserialize to and from natural language, for example:

Every day at 10, 12 and 17 should deserialize into FREQ=DAILY;BYHOUR=10,12,17

and vice versa.

I think this should be implemented as a separate (and optional) NuGet package.

@paviad
Copy link
Author

paviad commented Jul 9, 2023

I also have made an Antlr4 parser - I think it is better, easier to reason about the parsing (and also to maintain/modify)

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 a pull request may close this issue.

1 participant