-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Description
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.