Skip to content

moriyoshi/AcotieScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published