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
The members of the Data object set is an empty array, but there should be two members. I think this is partially related to the CLASS keyword, and its support is in the known limitations list, but that is parsed correctly. Are object sets supported? Is this due to the fact, that the objects are a CLASS?
The text was updated successfully, but these errors were encountered:
I have suspected, that is the case. I do not have enough time to implement full support, but if you could describe what structure the above should be parsed into, I may come up with a partial solution for the grammar. It is a small step, and I understand if you are not interested in it.
I have a structure similar to the following in a file
test.asn
, whihc I parse withparse_files('test.asn')
:The outcome of the parsing is the following:
The
members
of theData
object set is an empty array, but there should be two members. I think this is partially related to the CLASS keyword, and its support is in the known limitations list, but that is parsed correctly. Are object sets supported? Is this due to the fact, that the objects are aCLASS
?The text was updated successfully, but these errors were encountered: