This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 13 20:37:49 -0700 2009 | |
| |
Makefile | Wed May 13 20:37:49 -0700 2009 | |
| |
Makefile.w32 | Tue May 19 03:41:58 -0700 2009 | |
| |
README | Wed May 13 20:37:49 -0700 2009 | |
| |
examples/ | Wed May 13 20:37:49 -0700 2009 | |
| |
lex.l | Tue May 19 03:41:57 -0700 2009 | |
| |
parser.y | Tue May 19 03:41:57 -0700 2009 |
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







