You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In anticipation of parsing a unified config file (https://github.com/delph-in/docs/wiki/GrammarConfigurationRfc#proposal), PyDelphin needs to be able to parse TDL environments that are not just :type or :instance. Beyond :config, there may be a need for various places to store metadata or project information, such as things currently stored in grammar METADATA files.
The text was updated successfully, but these errors were encountered:
Maybe something to add in the proposal, but commenting here first to antecipate any problem. Trying to avoid the if/endif. In Lisp the annotation applies only to the next form. We can test for positive and negative presence of a feature.
I think I would like to avoid booleans altogether to keep things simple. Instead I'm leaning toward the sub-proposal #2 using :include and maybe the optional parameter of :begin :config [...].. For example:
In anticipation of parsing a unified config file (https://github.com/delph-in/docs/wiki/GrammarConfigurationRfc#proposal), PyDelphin needs to be able to parse TDL environments that are not just
:type
or:instance
. Beyond:config
, there may be a need for various places to store metadata or project information, such as things currently stored in grammarMETADATA
files.The text was updated successfully, but these errors were encountered: