Codebase list ohcount / upstream/3.1.1 doc / examples / parser_doc_4
upstream/3.1.1

Tree @upstream/3.1.1 (Download .tar.gz)

parser_doc_4 @upstream/3.1.1raw · 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;
*|;