Module: Lutaml::Lml::Grammar::Concerns::ViewRules
- Includes:
- Parslet
- Included in:
- Lutaml::Lml::Grammar::Core
- Defined in:
- lib/lutaml/lml/grammar/concerns/view_rules.rb
Constant Summary collapse
- VIEW_KEYWORDS =
View-scoped keyword rules.
importis named view_import to stay MECE with the instances-block kw_import keyword. The trailingspacesis the word boundary:importantfails to match rather than parsing asimport. { "view_import" => "import", "show" => "show", "hide" => "hide", }.freeze