Closed mgood7123 closed 2 years ago
Class tao::pegtl::eol
is a rule class and can be used as such, however tao::pegtl::eol::lf
etc. are not rule classes. This would probably be more obvious if the methods they had weren't called match()
, which is something we can easily change.
oh ok
it would be easier if all the classes where seperated into seperate namespaces, like
rules::
actions::
states::
(if any)
and so on
when i try to compile this
i get this error