repo.or.cz
/
rops.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Seems to work
[rops.git]
/
front.ml
blob
7319e4f6f140cf22cf1a6de31c7fb01e2d7991b1
1
#load
"parser.cmo"
;;
2
#load
"lexer.cmo"
;;
3
#load
"types.cmo"
;;
4
open
Types
;;
5
(
Parser
.
main
Lexer
.
token
(
Lexing
.
from_channel stdin
));;