moriyoshi / AcotieScript forked from yappo/AcotieScript
- Source
- Commits
- Network (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Moriyoshi Koizumi (author)
Fri May 15 02:51:07 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 13 20:37:49 -0700 2009 | |
| |
Makefile | ||
| |
README | Wed May 13 20:37:49 -0700 2009 | |
| |
examples/ | Wed May 13 20:37:49 -0700 2009 | |
| |
lex.l | ||
| |
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

