File: ocaml

package info (click to toggle)
le 1.16.3-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,536 kB
  • ctags: 4,062
  • sloc: ansic: 24,236; cpp: 18,166; sh: 5,057; makefile: 85; perl: 82
file content (8 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
# -*- LE-syntax -*-
c3=\(\\*(?:.|\n)*?\\*\)
i=c-literal
ci1,2=([^[:alnum:]_$]|^)(if|then|begin|end|else|in|with|let|\
open|try|raise|true|false)([^[:alnum:]_]|$)
c2=\\[|\\]|<<|<|>>|>|;|\(|\)|=|!=|&&|\|\||!|\.\.|&|^|->|::
c2,2=([ \t)]|^)(and|or|xor|eq|ne|cmp|lt|gt|le|ge)([ \t(]|$)
c2,2=([ \t(]|^)(not)([ \t(]|$)