X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fapidoc%2Flist2xxx.syntax;fp=lib%2Fapidoc%2Flist2xxx.syntax;h=1706e9be1a75dc92a472fa2743da82892d99b3a3;hb=8cf13bb177d92c93eb73dc8939777150536c2d00;hp=0000000000000000000000000000000000000000;hpb=6bf3f95de36c804c97716b2d0bdf10680c559044;p=util-vserver.git diff --git a/lib/apidoc/list2xxx.syntax b/lib/apidoc/list2xxx.syntax new file mode 100644 index 0000000..1706e9b --- /dev/null +++ b/lib/apidoc/list2xxx.syntax @@ -0,0 +1,5 @@ +LIST <- ELEM | ELEM ',' LIST +ELEM <- '~' ELEM | MASK | NAME +MASK <- NUMBER | '^' NUMBER +NUMBER <- 0[0-7]* | [1-9][0-9]* | 0x[0-9,a-f]+ +NAME <- | "all" | "any" | "none"