Codebase list ohcount / upstream/4.0.0+git20210223.6654d48 doc / examples / parser_doc_8
upstream/4.0.0+git20210223.6654d48

Tree @upstream/4.0.0+git20210223.6654d48 (Download .tar.gz)

parser_doc_8 @upstream/4.0.0+git20210223.6654d48raw · history · blame

1
2
3
4
5
6
[lang]_entity := |*
  entity1 ${ entity = ENTITY1; } => [lang]_ecallback;
  entity2 ${ entity = ENTITY2; } => [lang]_ecallback;
  ...
  entityn ${ entity = ENTITYN; } => [lang]_ecallback;
*|;