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

Go to the source code of this file.

Macros

#define CHECK_CODEMASK()
 

Functions

function_as_integer cQuirkStmt (byval_as_FB_TOKEN tk=INVALID)
 
function_as_ASTNODE_ptr cQuirkFunction (byval_as_FBSYMBOL_ptr sym)
 

Macro Definition Documentation

#define CHECK_CODEMASK ( )
Value:
/* (multi line FreeBasic #MACRO)
if( cCompStmtIsAllowed( FB_CMPSTMT_MASK_CODE ) = FALSE ) then
hSkipStmt( )
exit function
end if
#endmacro */

Definition at line 11 of file parser-quirk.bas.

Function Documentation

function_as_ASTNODE_ptr cQuirkFunction ( byval_as_FBSYMBOL_ptr  sym)

Definition at line 149 of file parser-quirk.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer cQuirkStmt ( byval_as_FB_TOKEN  tk = INVALID)

Definition at line 27 of file parser-quirk.bas.

Here is the call graph for this function:

Here is the caller graph for this function: