From 2bab0f43899e265f7c80572f5d09adcd05e2082f Mon Sep 17 00:00:00 2001 From: arookas Date: Sun, 7 Feb 2016 16:29:03 -0500 Subject: [PATCH] Added binary parameter --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ae69c53..da35de3 100644 --- a/readme.md +++ b/readme.md @@ -16,6 +16,7 @@ Use the `sunCompiler.Compile` method or any of its overloads to compile a script |---------|-----------| |`name`|The name of the main script to compile. This is passed to the import resolver.| |`output`|The output stream into which the compiled binary file will be written.| +|`binary`|The custom binary formatter to use for output. If not specified, the default SPC binary format will be used.| |`resolver`|An instance of the import resolver to use. If not specified, `sunImportResolver.Default` will be used.| _ssc_ by default resolves imports by loading files on disk (see [language.md](language.md) for more information).