~ubuntu-branches/ubuntu/lucid/camomile/lucid

« back to all changes in this revision

Viewing changes to toolslib/colParser.mli

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Le Gall
  • Date: 2005-12-03 01:18:55 UTC
  • Revision ID: james.westby@ubuntu.com-20051203011855-qzvwlld1xyqnl62t
Tags: upstream-0.6.3
ImportĀ upstreamĀ versionĀ 0.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
type token =
 
2
  | UCHAR of (UChar.t)
 
3
  | OPTION of (string list)
 
4
  | PRIMARY
 
5
  | SECONDARY
 
6
  | TERTIARY
 
7
  | EQ
 
8
  | RESET
 
9
  | EXPAND
 
10
  | PREFIX
 
11
  | EOF
 
12
 
 
13
val main :
 
14
  (Lexing.lexbuf  -> token) -> Lexing.lexbuf -> AbsCe.ace_info