Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
mabako committed Aug 26, 2014
1 parent 498c535 commit 3f8dc48
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Squirrel Compiler for squirrel 3.1

## Installing

1. Build with Visual Studio 2013.
2. ?
3. PROFIT

## Compiling squirrel scripts

The very simple commandline compiler this is, has merely two arguments

% sq-compiler [source file] [destination file]

So if you ever desired to compile `my-script.nut` to `my-compiled-script.nut`
you would use the following command-line code:

% sq-compiler my-script.nut my-compiled-script.nut

Errors can have the following two formats:

Error: $generic-error # not generated by squirrel but this program
Error in $filename:$line:$column$, $error # generated by this compiler

0 comments on commit 3f8dc48

Please sign in to comment.