FreeBASIC
0.91.0
|
Go to the source code of this file.
Functions | |
function_as_ASTNODE_ptr | cConstant (byval_as_FBSYMBOL_ptr sym) |
function_as_ASTNODE_ptr | cStrLiteral (byval_as_integer skiptoken) |
function_as_ASTNODE_ptr | cNumLiteral (byval_as_integer skiptoken) |
function_as_ASTNODE_ptr cConstant | ( | byval_as_FBSYMBOL_ptr | sym) |
Definition at line 10 of file parser-expr-constant.bas.
function_as_ASTNODE_ptr cNumLiteral | ( | byval_as_integer | skiptoken) |
Definition at line 110 of file parser-expr-constant.bas.
function_as_ASTNODE_ptr cStrLiteral | ( | byval_as_integer | skiptoken) |
Definition at line 25 of file parser-expr-constant.bas.