From 7b29b31648fd737e7bbc007f480b799add91bc6b Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Fri, 4 Apr 2025 18:24:46 +0200 Subject: Beginning of the preprocessor --- ccross.sml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ccross.sml (limited to 'ccross.sml') diff --git a/ccross.sml b/ccross.sml new file mode 100644 index 0000000..58f9c32 --- /dev/null +++ b/ccross.sml @@ -0,0 +1,4 @@ +fun main [fname] = Cpp.debugPrint fname + | main _ = printLn "Expected a single argument: file name" + +val () = main $ CommandLine.arguments () -- cgit v1.2.3