0

I downloaded the SMLNJ installer for Windows and ran it. This has created a shortcut to SML of New Jersey which I can use as an ML interpreter. This installer is also supposed to have installed ML Lex, but I have absolutely no idea about how to run it. The SMLNJ website says how to run it from Unix, but Windows is not Unix.

James Wright
  • 119
  • 1
  • 3

1 Answers1

1

Look around your SMLNJ install directory, there should be an executable for it in there somewhere. In Linux, the directory INSTALL-DIR/bin/ contains symlinks to all of the executables that come with SMLNJ, including ml-lex, ml-ulex, ml-antlr, etc.

Patrick Collins
  • 10,306
  • 5
  • 30
  • 69