moriyoshi / AcotieScript forked from yappo/AcotieScript

AcotieScript-llvm runs AcotieScript on llvm. おうっふー!

This URL has Read+Write access

name age message
file .gitignore Wed May 13 20:37:49 -0700 2009 first commit [大沢 和宏]
file Makefile Loading commit data...
file README Wed May 13 20:37:49 -0700 2009 first commit [大沢 和宏]
directory examples/ Wed May 13 20:37:49 -0700 2009 first commit [大沢 和宏]
file lex.l
file parser.y
README
This program is actiescript.

INSTALLATION

    % make
    % cp acotiescript /usr/bin

EXAMPLE

    #!/usr/bin/acotiescript
    print "hello!\n"
    print 'hello!'
    print "hello!\n" #    this is comment
    print "hello!\n" //   this is comment
    print "hello!\n" """  this is comment
    print "hello!\n" '''  this is comment
    print "hello!\n" :REM this is comment

    //this is comment
    #this is comment
    /*this is comment*/
    """this is comment
    '''this is comment
    <!--this is comment-->
    REM this is comment