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

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

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

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