We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Idea: Is it feasible to extend the current parser definition API by this: (?)
class PirateshipParser include Saxophone element :flag_color elements :cannon, class: CannonParser element :captain do element :name elements :children do element :age end end end
It was just a quick idea today and I haven't done some previous research if it fits to the overall design, but I'd like that.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Idea: Is it feasible to extend the current parser definition API by this: (?)
It was just a quick idea today and I haven't done some previous research if it fits to the overall design, but I'd like that.
The text was updated successfully, but these errors were encountered: