home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Caml Light 0.61 / Source / src / compiler / lexer.mli < prev    next >
Encoding:
Text File  |  1993-09-24  |  174 b   |  10 lines  |  [TEXT/MPS ]

  1. #open "parser";;
  2.  
  3. exception Lexical_error of string * int * int
  4. ;;
  5.  
  6. value Main: lexing__lexbuf -> token
  7.   and add_infix: string -> unit
  8.   and remove_infix: string -> unit
  9. ;;
  10.