comparison src/demo.sml @ 764:7f653298dd66

C FFI compiler options
author Adam Chlipala <adamc@hcoop.net>
date Thu, 30 Apr 2009 17:15:14 -0400
parents a8effb6159c2
children a28982de5645
comparison
equal deleted inserted replaced
763:af41ec2f302a 764:7f653298dd66
92 file = "demo.exe"}, 92 file = "demo.exe"},
93 sql = SOME (OS.Path.joinDirFile {dir = dirname, 93 sql = SOME (OS.Path.joinDirFile {dir = dirname,
94 file = "demo.sql"}), 94 file = "demo.sql"}),
95 debug = false, 95 debug = false,
96 timeout = Int.max (#timeout combined, #timeout urp), 96 timeout = Int.max (#timeout combined, #timeout urp),
97 profile = false 97 profile = false,
98 ffi = [],
99 link = [],
100 headers = []
98 } 101 }
99 102
100 val parse = Compiler.run (Compiler.transform Compiler.parseUrp "Demo parseUrp") 103 val parse = Compiler.run (Compiler.transform Compiler.parseUrp "Demo parseUrp")
101 104
102 fun capitalize "" = "" 105 fun capitalize "" = ""