/[geocaml]/geocaml/src/lexer.mll
ViewVC logotype

Diff of /geocaml/src/lexer.mll

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

revision 1.6 by gmariano, Sun Sep 7 14:28:28 2003 UTC revision 1.7 by gmariano, Mon Sep 8 20:52:26 2003 UTC
# Line 10  exception Shutdown Line 10  exception Shutdown
10  rule token = parse  rule token = parse
11    [' ' '\t' '\n'] {token lexbuf}    [' ' '\t' '\n'] {token lexbuf}
12  | '.' {EOL}  | '.' {EOL}
13    | ';' {EOL}
14  |"/*"      { comment lexbuf }  |"/*"      { comment lexbuf }
15  | ',' {VIRGULE}  | ',' {VIRGULE}
16  | "/" {SLASH}  | "/" {SLASH}

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26