Implement runtime optimisation via Hashing of transitions.
[tatoo.git] / _tags
1 #camlp4 packages and syntax tags
2
3 true:    package(ulex),          \
4          package(unix),          \
5          package(expat),         \
6          package(camlp4.macro),  \
7          syntax(camlp4o),        \
8          macro_include(include)
9
10 #compilation options
11
12 true:    inline(100), unsafe(true)
13
14
15 #project source tree
16 <src/xpath/*.cmx>:  for-pack(Xpath)
17 <src/xpath>:        include
18
19 <src/utils/*.cmx>:  for-pack(Utils)
20 <src/utils>: include
21
22 <src/tree/*.cmx>:   for-pack(Tree)
23 <src/tree>: include
24
25 <src/auto/*.cmx>:   for-pack(Auto)
26 <src/auto>: include
27 <src>: include
28
29 #Enable warning for all but generated files:
30 not <src/xpath/ulexer.*>: warning(@A-4)