X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fpxp%2Frtests%2Freader%2Fminilex.mll;fp=helm%2FDEVEL%2Fpxp%2Fpxp%2Frtests%2Freader%2Fminilex.mll;h=1c9fbecec50c30c5fbd6f0f4f3cfde905b182246;hb=c03d2c1fdab8d228cb88aaba5ca0f556318bebc5;hp=0000000000000000000000000000000000000000;hpb=758057e85325f94cd88583feb1fdf6b038e35055;p=helm.git diff --git a/helm/DEVEL/pxp/pxp/rtests/reader/minilex.mll b/helm/DEVEL/pxp/pxp/rtests/reader/minilex.mll new file mode 100644 index 000000000..1c9fbecec --- /dev/null +++ b/helm/DEVEL/pxp/pxp/rtests/reader/minilex.mll @@ -0,0 +1,7 @@ +{ } +rule nextchar = parse + _ + { Some (Lexing.lexeme lexbuf).[0] } + | eof + { None } +{ }