Versions in this module Expand all Collapse all v0 v0.0.1 Jun 23, 2026 Changes in this version + const T_ARRAY + const T_AS + const T_BOOLEAN_AND + const T_BOOLEAN_OR + const T_CLASS + const T_CLOSE_TAG + const T_COMMENT + const T_CONCAT_EQUAL + const T_CONSTANT_ENCAPSED_STRING + const T_DEC + const T_DIV_EQUAL + const T_DNUMBER + const T_DOUBLE_ARROW + const T_DOUBLE_COLON + const T_ECHO + const T_ELSE + const T_ELSEIF + const T_FOR + const T_FOREACH + const T_FUNCTION + const T_IF + const T_INC + const T_INCLUDE + const T_INCLUDE_ONCE + const T_INLINE_HTML + const T_IS_EQUAL + const T_IS_GREATER_OR_EQUAL + const T_IS_IDENTICAL + const T_IS_NOT_EQUAL + const T_IS_NOT_IDENTICAL + const T_IS_SMALLER_OR_EQUAL + const T_LNUMBER + const T_MINUS_EQUAL + const T_MOD_EQUAL + const T_MUL_EQUAL + const T_NEW + const T_OBJECT_OPERATOR + const T_OPEN_TAG + const T_PLUS_EQUAL + const T_REQUIRE + const T_REQUIRE_ONCE + const T_RETURN + const T_STRING + const T_VAR + const T_VARIABLE + const T_WHILE + const T_WHITESPACE + func Parse(src string) (*model.Program, error) + func TokenGetAll(src string) *model.Array + func TokenName(id int) string