示例#1
0
文件: AST.php 项目: crodas/haanga
function hconst($str)
{
    return Haanga_AST::Constant($str);
}