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

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

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