File: MODE

package info (click to toggle)
camlp5 6.11%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,556 kB
  • ctags: 17,290
  • sloc: ml: 78,361; sh: 1,430; makefile: 1,217
file content (14 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
In order to allow users to slowly convert to a new syntax tree,
uncompatible with the previous one, Camlp5 can be compiled in
two modes:

  - "transitional": syntax tree is compatible but the new syntax tree
    quotations kit in user syntax q_ast.cmo is not available.

  - "strict": the new syntax tree quotations kit in user syntax q_ast.cmo
    is available but the syntax tree is not compatible with the previous
    versions.

You must choose among these modes at configuration time.

See Camlp5 documentation.