What steps will reproduce the problem?
Any ML source code containing `//`.
What is the expected output? What do you see instead?
`//` should be a normal operator (like `+`) but is printed as if it was a line
comment. Typical members of the ML family, like Standard ML, OCaml, ..., do not
have line comments, they only have block comments with `(*` and `*)`.
Original issue reported on code.google.com by c.sterna...@gmail.com on 17 Dec 2013 at 12:36
Original issue reported on code.google.com by
c.sterna...@gmail.com
on 17 Dec 2013 at 12:36