Skip to content

JoshEngebretson/TinyLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyLS (WIP)

An extremely lean stack for embedding LoomScript (as you might embed Lua, but will all the LoomScript/AS3 goodies)

Forum Post: https://www.loomsdk.com/forums/loom-with-native-c/topics/tinyls-embedded-loomscript

Compiles on OSX currently and doesn't yet support JIT compilation

rake build:osx generates tinylsc (compiler) and tinyrun (executes a Main.loom with a static main entry point)

For example:

package
{
    public class HelloTinyLS
    {
        public static function main()
        {
            trace("Hello from TinyLS!");

            var pi = Math.PI;

            trace("PI is", pi);
        }
    }

}

For more information please see: http://www.LoomSDK.com

About

A tiny stack for embedded LoomScript/AS3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published