still keep static imports above static forward ...
update readme
place static for declarations later
improve unscramble ever so slightly
update readme
update readme
update readme
Update readme.md
be more intelligent when joining files
start with module support
update readme
added a way to prevent forward declaration
update readme
add a (very primitive for now) auto keyword
added // operator
some improved error checks
add readme
add "type" statement to declare external pointers
make auto work for parameters and local variables
Merge branch 'master' of github.com:elias-psche...
move static imports above static forward declar...
include types in documentation generator
alleviate the need for forward declarations
added terminal
re-added docs output, errors in ***scramble sec...
improved error reporting, named unions, terminal
moar testsss
several things
Allow specifying a return value with -> annotat...
Do some more rudimentary type tracking.
Allow using . instead of -> for a for/in loop v...
Fix precedence of . over typecast.
Allow using . instead of -> sometimes.
Fix crash on empty file.