progress with conversion functionality

This commit is contained in:
2025-08-26 14:27:39 +01:00
parent 868e066295
commit 2080118568
3 changed files with 48 additions and 1 deletions

View File

@@ -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