Moved image to top

Also reworded the extensions paragraph.
This commit is contained in:
arookas 2016-02-22 19:05:24 -05:00
parent e31fcecd84
commit 909a5bbf38

View file

@ -1,5 +1,7 @@
# ssc
![SunScript ST3 syntax preview](http://i.imgur.com/9VtTpks.png)
## Summary
_ssc_ is a work-in-progress compiler for SunScript.
@ -36,12 +38,6 @@ Use the various properties on this type to gather the information of the compila
If the error is of the type `sunSourceException`, you can cast and retrieve the script name, line, and column of the error.
---
The repository comes with a [ST3 syntax definition file](sunscript.sublime-syntax):
![SunScript ST3 syntax preview](http://i.imgur.com/9VtTpks.png)
## Compiling
### Dependencies
@ -81,4 +77,5 @@ For more information on the SunScript language and its syntax, see [language.md]
## Extending the compiler
_ssc_ is designed to be extensible. For more information on extending _ssc_, see [extensions.md](extensions.md).
_ssc_ is designed to be extensible, allowing for custom output formats and import resolvers.
For more information on extending _ssc_, see [extensions.md](extensions.md).