Grammar cannot handle parameterization
Status: Beta
Brought to you by:
akira_ag
Example:
MyString{INTEGER:maxSize} ::= CHOICE {
utf8 UTF8String(SIZE(0..maxSize)),
bmp BMPString(SIZE(0..maxSize))
}
compiler gives:
line 104:1: unexpected token: MyString
line 104:25: unexpected token: }
line 104:31: unexpected token: CHOICE
java.lang.NullPointerException
Logged In: YES
user_id=1513714
Originator: NO
The parameterization feature is not supported by BN. It's feature request.
Logged In: YES
user_id=1513714
Originator: NO
Planned in v1.6
Logged In: YES
user_id=1513714
Originator: NO
Ouh, I'm sorry. Another request 1736273 is planned. Not this.