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

RFC based rewrite #3

Merged
merged 19 commits into from Jun 29, 2019
Merged

RFC based rewrite #3

merged 19 commits into from Jun 29, 2019

Conversation

Altai-man
Copy link
Contributor

1)Test data is replaced with examples directly from RFC to not re-invent a wheel.
2)The grammar was rewritten mostly with direct translation from ABNF of RFC into Perl 6 grammar rules.
3)Patched actions class to make up with new parsing tree.
4)README is updated to reflect changes.
5)Version is bumped to 1.0, as we now support all examples from RFC, please, note if something important is missing.
6)I did not introduce a new object, as there might be many modules related to LDAP in future and it'll be a bad practice to make it too specific, so continue with builtin Perl 6 types structure.
7)Some debug lines were removed.

@slunski slunski merged commit ebd6264 into slunski:master Jun 29, 2019
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 this pull request may close these issues.

None yet

2 participants