projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixes recursion bug in disambiguate_in().
[ohcount]
/
doc
/
examples
/
parser_doc_5
1
action [lang]_ccallback {
2
switch(entity) {
3
when ENTITY1:
4
...
5
break;
6
when ENTITY2:
7
...
8
break;
9
...
10
when ENTITYN:
11
...
12
break;
13
}
14
}