+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git] / haanga-cli.php
blobd48534bbf69e1fcedf11c96b34566dca38634011
1 #!/usr/bin/php
2 <?php
4 require dirname(__FILE__)."/lib/Haanga.php";
6 Haanga::registerAutoload();
8 Haanga_Compiler::main_cli();