repo.or.cz
/
sqlgg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git@localhost:sqlgg
[sqlgg.git]
/
parser_state.ml
blob
13ae8c2986a7494e825bc70d2d8f3651788d810d
1
2
type
mode
=
Normal
|
Ignore
3
let
mode
=
ref
Normal
4
let
mode_normal
() =
mode
:=
Normal
5
let
mode_ignore
() =
mode
:=
Ignore
6