More ordering & layout fixes

This commit is contained in:
Vale
2016-02-26 10:33:51 -05:00
parent cfe8d82c32
commit f8aeb53372
257 changed files with 375 additions and 561 deletions

View File

@@ -3,8 +3,7 @@ DESCRIPTION="
Squirrel is a light weight programming language featuring higher-order \
functions, classes/inheritance, delegation, tail recursion, generators, \
cooperative threads, exception handling, reference counting and garbage \
collection on demand. C-like syntax.
"
collection on demand. C-like syntax."
HOMEPAGE="http://www.squirrel-lang.org"
COPYRIGHT="2004-2013 Alberto Demichelis"
LICENSE="MIT"