/[svn]/parser/location.mli
ViewVC logotype

Diff of /parser/location.mli

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 66 by abate, Tue Jul 10 17:02:51 2007 UTC revision 90 by abate, Tue Jul 10 17:05:20 2007 UTC
# Line 1  Line 1 
1  type loc = int * int  type loc = int * int
2    type source = [ `None | `File of string | `Stream | `String of string ]
3    
4  exception Location of loc * exn  exception Location of loc * exn
5  val set_source: string -> unit  val set_source: source -> unit
6    
7  val noloc:loc  val noloc:loc
8  val get_line_number: string -> int -> int * int  val get_line_number: string -> int -> int * int

Legend:
Removed from v.66  
changed lines
  Added in v.90

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5