FreeBASIC  0.91.0
parser-expr-constant.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "parser.bi"
#include "ast.bi"
Include dependency graph for parser-expr-constant.bas:

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 Documentation

function_as_ASTNODE_ptr cConstant ( byval_as_FBSYMBOL_ptr  sym)

Definition at line 10 of file parser-expr-constant.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr cNumLiteral ( byval_as_integer  skiptoken)

Definition at line 110 of file parser-expr-constant.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr cStrLiteral ( byval_as_integer  skiptoken)

Definition at line 25 of file parser-expr-constant.bas.

Here is the call graph for this function:

Here is the caller graph for this function: