We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc6fec commit 8a4e241Copy full SHA for 8a4e241
1 file changed
README.md
@@ -53,8 +53,9 @@ A source name (without the file extension) must be passed to the compiler. Then
53
it will search in the list of include directories in the order they were given
54
and compile the source to the given output file.
55
56
-To set the path to the output file, use the `-o <path>` option. By default this
57
-would be `a.mlog` if it is not given.
+To set the path to the output file, use the `-o <path>` option. If an output is
+not given, the compiler only validates the target source's semantics. If an
58
+output path is given, the source must have an `entrypoint` declaration.
59
60
To add the path to an include directory, use the `-I <path>` option, which can
61
be given multiple times to create a list of include directories. By default this
0 commit comments