Skip to content

Allow parsing of incomplete rules #45

@metthal

Description

@metthal

It would be nice to parse rules also in some kind of IncompleteRules mode which would ignore that some symbols might be missing from symbol tables. This would allow us to for example autoformat rules even without any includes which refer to other rules that are not part of the autoformatted rule.

For example let's say I have

rule abc {
    condition:
        xyz
}

xyz is not defined here but it might come from some include later therefore we'll just parse it silently and ignore it.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions