Update the eBNF to allow generics bracket to not be closed if it's EOF

This commit is contained in:
Guillaume Gomez 2022-03-31 11:36:23 +02:00
parent e03a950747
commit 51b4005003

View File

@ -559,7 +559,7 @@ window.initSearch = function(rawSearchIndex) {
* nonempty-arg-list-without-generics = *(type-sep) arg-without-generic
* *(type-sep arg-without-generic) *(type-sep)
* generics = OPEN-ANGLE-BRACKET [ nonempty-arg-list-without-generics ] *(type-sep)
* CLOSE-ANGLE-BRACKET
* CLOSE-ANGLE-BRACKET/EOF
* return-args = RETURN-ARROW *(type-sep) nonempty-arg-list
*
* exact-search = [type-filter *WS COLON] [ RETURN-ARROW ] *WS QUOTE ident QUOTE [ generics ]