repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Fixed little bug with iteration with arrays of objects (reported by @gallir)
[haanga.git]
/
haanga-cli.php
blob
d48534bbf69e1fcedf11c96b34566dca38634011
1
#!/usr/bin/php
2
<
?php
3
4
require
dirname
(
__FILE__
).
"/lib/Haanga.php"
;
5
6
Haanga
::
registerAutoload
();
7
8
Haanga_Compiler
::
main_cli
();