mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 15:29:43 +00:00
5 lines
109 B
Text
5 lines
109 B
Text
|
root ::= item+
|
||
|
|
||
|
# Excludes various line break characters
|
||
|
item ::= "- " [^\r\n\x0b\x0c\x85\u2028\u2029]+ "\n"
|