--- parser3/src/main/compile_tools.h 2001/04/26 14:55:28 1.38 +++ parser3/src/main/compile_tools.h 2001/09/26 10:32:26 1.50 @@ -2,31 +2,32 @@ Parser: compiler support helper functions decls. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) - $Id: compile_tools.h,v 1.38 2001/04/26 14:55:28 paf Exp $ + $Id: compile_tools.h,v 1.50 2001/09/26 10:32:26 parser Exp $ */ #ifndef COMPILE_TOOLS #define COMPILE_TOOLS -#include "code.h" +#include "pa_config_includes.h" +#include "pa_opcode.h" #include "pa_types.h" #include "pa_vstring.h" #include "pa_request.h" enum lexical_state { - LS_USER, + LS_USER, LS_NAME_SQUARE_PART, LS_COMMENT, LS_DEF_NAME, LS_DEF_PARAMS, LS_DEF_LOCALS, LS_DEF_COMMENT, LS_DEF_SPECIAL_BODY, - LS_EXPRESSION_STRING, - LS_EXPRESSION_VAR_NAME, - LS_VAR_NAME_SIMPLE, + LS_EXPRESSION_STRING_QUOTED, + LS_EXPRESSION_STRING_APOSTROFED, + LS_EXPRESSION_VAR_NAME_WITH_COLON, LS_EXPRESSION_VAR_NAME_WITHOUT_COLON, + LS_VAR_NAME_SIMPLE_WITH_COLON, LS_VAR_NAME_SIMPLE_WITHOUT_COLON, LS_VAR_NAME_CURLY, LS_VAR_ROUND, LS_VAR_SQUARE, @@ -47,11 +48,12 @@ struct parse_control { #ifndef NO_CSTRING_ORIGIN const char *source; const char *file; - int line, col; #endif + int line, col; //@} //@{ /// @name state; initially + bool trim_bof; int pending_state; ///< i=0 String *string; ///< =new(pool) String(pool) @@ -60,6 +62,8 @@ struct parse_control { int sp; ///< =0 enum lexical_state stack[MAX_LEXICAL_STATES]; int brackets_nestages[MAX_LEXICAL_STATES]; ///< brackets nestage on each state + + bool object_constructor_allowed; //@} /// output: filled input 'methods' and 'error' if any @@ -92,10 +96,12 @@ inline void P(Array/**/ *resu } /// aPpend 'vstring' to 'result' void PV(Array/**/ *result, VString *vstring); -/// aPpend 'simple Code_Array' to result +/// Parameter 'simple Code_Array' void PCA(Array/**/ *result, Array/**/ *code_array); -/// aPpend 'expression Code_Array' to result +/// Parameter 'Expression code_Array' void PEA(Array/**/ *result, Array/**/ *code_array); +/// Construct 'simple Code_Array' +void CCA(Array/**/ *result, Array/**/ *code_array); /** Value Literal // returns array with