Mercurial > urweb
comparison src/main.mlton.sml @ 54:a6e185c7c428
Lexer/parser hacks to share code between regular and signature file parsers
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 22 Jun 2008 10:53:11 -0400 |
parents | 145b536fc702 |
children | 618b7054f931 |
comparison
equal
deleted
inserted
replaced
53:4f641f8fddaa | 54:a6e185c7c428 |
---|---|
24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | 24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
25 * POSSIBILITY OF SUCH DAMAGE. | 25 * POSSIBILITY OF SUCH DAMAGE. |
26 *) | 26 *) |
27 | 27 |
28 val () = case CommandLine.arguments () of | 28 val () = case CommandLine.arguments () of |
29 [filename] => Compiler.testCloconv filename | 29 [filename] => Compiler.testCjrize filename |
30 | _ => print "Bad arguments" | 30 | _ => print "Bad arguments" |