progress with conversion functionality
This commit is contained in:
@@ -2,7 +2,7 @@ structure Shell =
|
||||
struct
|
||||
fun main () =
|
||||
case CommandLine.arguments () of
|
||||
["-r"] => (print "todo: convert dsc files to sml file\n")
|
||||
["-r"] => Converter.main ()
|
||||
| [] => InitGlfw.main ()
|
||||
| args =>
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user