CN1841328A - Automaton method for script language - Google Patents

Automaton method for script language Download PDF

Info

Publication number
CN1841328A
CN1841328A CN 200510033989 CN200510033989A CN1841328A CN 1841328 A CN1841328 A CN 1841328A CN 200510033989 CN200510033989 CN 200510033989 CN 200510033989 A CN200510033989 A CN 200510033989A CN 1841328 A CN1841328 A CN 1841328A
Authority
CN
China
Prior art keywords
statement
script
parameter
language code
intermediate language
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN 200510033989
Other languages
Chinese (zh)
Other versions
CN100487652C (en
Inventor
伏治军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CNB2005100339897A priority Critical patent/CN100487652C/en
Publication of CN1841328A publication Critical patent/CN1841328A/en
Application granted granted Critical
Publication of CN100487652C publication Critical patent/CN100487652C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

The related self-acting method for script language comprises: to exact engineering request, setting simple script language standard and intermediate language standard expressed by data structure convenient to compile, explain and interpret. This invention simplifies script self-acting method, embeds script language self-actor into engineering, and has platform independence feature.

Description

The automation method of script
Technical field
The present invention relates to computerese compiling, explanation, manner of execution, particularly the automation method of script.
Background technology
The operation of computing machine all is to carry out according to the computer program that computerese is written as.Very many of the kind of computerese can be divided into machine language, assembly language, higher level lanquage three major types.The language that computing machine can be discerned has only machine language, promptly by 0 and 1 code that constitutes.But when people programme usually, do not adopt machine language, because its extremely difficult memory and identification.The essence of assembly language is identical with machine language, all is directly to hardware operation, and only the identifier of english abbreviation, easier identification and memory have been adopted in instruction.It needs the programmer operation that each step is concrete to write out with the form of order equally.The very trickle action of each of assembly routine instruction in can only corresponding actual mechanical process, for example move, increase certainly, therefore assembler source program generally lengthy, complicated, make mistakes easily, and use assembly language to programme to need more computer expertise.Because the advantages such as simple, intuitive easy to understand of higher level lanquage are the selections of present most programmer.
Higher level lanquage comprises:
Explain class: application source code becomes object code (machine language) by the interpreter " translation " of corresponding language on one side, carry out on one side, therefore efficiency ratio is lower, and can not generate the executable file that independently to carry out ssss, application program can not break away from its interpreter, but this mode is more flexible, can dynamically adjust, revise application program.Since explain class flexibly, characteristics such as platform independence, explanation speech like sounds such as current Java day by day seem important.
The compiling class: before application source program was carried out, just with program source code " translation " one-tenth object code (machine language), so its target program can break away from its language environment and independently carry out, use more convenient, efficient is higher.But in a single day application program needs to revise, and must revise source code earlier, recompilates to generate new file destination and could carry out again, and has only file destination and does not have source code, revises very inconvenient.Most programming language all is compiling type, for example C/C++, Pascal etc.
Computerese has obtained tremendous development in fields such as current software development, computer-aided engineering, and each speech like sound is very ripe.But,, adopt general calculation machine language to carry out programming development seem too complexity and underaction because demand is special in unique field of a lot of engineering developments.Such as, in maintaining mobile communication network, often to carry out reverse resolution, with the monitoring network operation conditions or carry out localization of fault, because the difference of message format to bottom-layer network message, should adopt computer program to resolve to different messages, can raise the efficiency greatly like this, and, will cause the construction cycle long if adopt UNCOL(universal computer oriented language), transplant shortcomings such as inconvenient, modification trouble.Therefore in a lot of little fields, the place of specific demand is arranged especially, need in a hurry simple, can appearance that customize, transplantable special-purpose programming tool.
Script also belongs to a kind of of computer advanced language, generally all is to be applied to special dimension, have grammer simple, powerful, write characteristics such as convenient.Automat then is to compile and to explain the program entity of carrying out script.Compiler is finished function by lexical analysis-grammatical analysis-steps such as intermediate language code generation-machine language code generation, and final output is the machine instruction that hardware can directly be carried out.Interpreter then is the directly executed language code.
Existing computerese compiler or interpreter all are that the step by complexity realizes.Traditional compiler is finished function by lexical analysis-grammatical analysis-steps such as intermediate language code generation-machine language code generation, and final output is the machine instruction that hardware can directly be carried out.Traditional interpreter then is directly language to be made an explanation and dynamically execution, the dynamic assignment variable space, and the complicated interpre(ta)tive system of employing one cover is carried out the management to the linguistic interpretation process, and it is big to consume resource, and interpre(ta)tive system development task amount is big.For the script of special dimension engineering development special use, if adopt the compilation run method, the underaction that then seems is explained operation method, then required cost height if adopt.
Another method is directly each to be used the special code of establishment to operate, like this must be to the special code of each problem establishment.Because software code depends on process object strongly, the variation of process object will directly cause the upgrading of software.And the software code redundancy, the software code amount is big, makes maintenance workload very big, and cost improves.In addition, capricious software code also has to depend on concrete system and hardware environment, is unfavorable for transplanting.
In actual applications, there is following problem in such scheme: it is big to consume resource, the cost height; Underaction, portability are strong inadequately; Code redundancy, development efficiency is low.
Cause the main cause of this situation to be, if adopting traditional compiler or interpreter realizes the compiling or the explanation of script are carried out, all needs are expended huge human and material resources resource and develop compiler, interpreter system, and the dirigibility of compiler is strong inadequately, and interpreter moves and can expend great amount of hardware resources; If directly to the concrete special-purpose code of application establishment, then code lacks versatility, and development efficiency is low.
Summary of the invention
In view of this, fundamental purpose of the present invention is to provide a kind of automation method of script, make that the compiling and interpreting operational process of script is simply efficient, reduce software development cost, but make the compiling and interpreting automat have the characteristics of versatility, portability embeddability.
For achieving the above object, the invention provides a kind of automation method of script, comprise following steps,
A formulates the script standard according to the engineering application need, is used for the syntax rule of regulation script;
B is according to described script standard, formulates the intermediate language standard, is used to stipulate the transformation rule from described script to intermediate language;
C is converted to intermediate language code according to described intermediate language standard with the script language code compiling, and described intermediate language code is used for the data relationship of description script language codes and carries out relation;
D explains the described intermediate language code of operation.
Wherein, according to the described intermediate language standard that described step B formulates, described intermediate language code is described by data structure, comprises head, data field, program area, wherein,
Described head is used to describe the Global Information of described script language code, and described data field is used to describe described script language code parameters needed information, and described program area is used to describe the statement execution information of described script language code.
In addition, described data field is made of argument structure, and each described argument structure is used to describe the relevant information of corresponding parameter, comprises the value of parameter type, constant, the address of variable, the first address of string.
In addition, described program area is made of execution architecture, and each described execution architecture is used to describe the relevant information of corresponding statement, comprises the index of statement type, next bar perform statement, the index of relevant parameter, the index of related statement.
In addition, described step C comprises following substep,
C1 carries out lexical analysis to described script language code;
C2 carries out grammatical analysis to described script language code;
C3 generates described intermediate language code according to described intermediate language standard.
In addition, according to the described script standard that described steps A is formulated, each word is separated by separating character in the described script language code, and the lexical analysis process of described step C1 comprises following substep: the reserved word that extracts current statement; Judge statement type according to described reserved word; Extract relevant parameter according to described statement type.
In addition, the grammatical analysis process of described step C2 comprises following substep,
For simple statement, according to number, the type of the relevant parameter of described this statement of script normalized checking;
For compound statement,, check described program structure block level pair relationhip, statement pair relationhip according to number, the type of the relevant parameter of described this statement of script normalized checking.
In addition, described step C3 comprises following substep,
Distribute described argument structure in described data field for each parameter, and fill the value of described constant, the address of variable or the first address of string;
In described program area is that every statement distributes described execution architecture, and fills the index of described statement type, described relevant parameter;
For described simple statement, fill the index of described next bar perform statement according to execution sequence;
For described compound statement, the analysis program structure is filled the index of described next bar perform statement and the index of described related statement.
In addition, during the program structure of described step C3 is analyzed, adopt pop down, chained list to realize that the association of described compound statement recalls.
In addition, among the described step C3, described variable is distributed in the virtual temporary variable space, when explaining execution,, in the temporary variable space of reality, distributes according to the off-set value of described variable in described virtual temporary variable space.
In addition, described step D comprises following substep,
D1 determines action type according to current execution architecture in the described program area;
D2 obtains the information of argument structure described in the described data field according to the index of described relevant parameter;
D3 carries out corresponding operation according to parameter information;
D4 determines next execution architecture according to the execution relation information of described execution architecture.
In addition, among the described step D, described execution architecture is independently carried out, and other is provided with common processes controll block, is used for preserving context environmental, the transmission information between described execution architecture carried out.
In addition, establishment script automat code embeds in the engineering application, is used to provide script to explain operation function.
In addition, described script is applied to the reverse resolution of binary message piece.
By relatively finding that the key distinction of technical scheme of the present invention and prior art is, at concrete engineering application demand, has formulated simple script standard; Simultaneously, formulated the intermediate language standard that adopts data structure to represent, made this intermediate language code be easy to the compiler conversion, also be easy to interpreter and carry out; The script automat at first all is converted into intermediate language code by compiler with script language code, and then by the interpreter interprets operation, by the advantage that intermediate language code has fully utilized compiling and explained, has simplified the script automation method; In addition, also the script automat with high level language is embedded in the engineering application, not only realizes the script customization function, and has the platform independence characteristic.
Difference on this technical scheme has brought comparatively significantly beneficial effect, and promptly simple special-purpose script standard has not only satisfied application demand, and has simplified the realization of script automat, reduces implementation complexity greatly; The intermediate language standard is suitable for compiling conversion and explains and carry out efficiently, has simplified compile step and interpretation procedure simultaneously, reduces the resource consumption and realizes cost; Earlier compile the method for afterwards explaining and realized the script automation method, avoided the huge of the complexity of conventional compiler and interpre(ta)tive system, advantages of simplicity and high efficiency has realized the customization and the execution of script; The portability of script automat and platform-neutral greatly reduce the code development cost, overcome software redundancy, improve software quality.
Description of drawings
Fig. 1 is the automation method process flow diagram of script according to an embodiment of the invention;
Fig. 2 is an intermediate language code parameter region structural representation according to an embodiment of the invention;
Fig. 3 is an intermediate language code according to an embodiment of the invention program area structural representation.
Embodiment
For making the purpose, technical solutions and advantages of the present invention clearer, the present invention is described in further detail below in conjunction with accompanying drawing.
The method that the present invention adopts compiler to add interpreter realizes the script automat, combines compiling, explains both advantages, makes that the script automat promptly has efficiently, flexible characteristic, has versatility and portability again.
At first, self-defining simple scripting language is analyzed,, obtained the operating structure of each quasi-sentence such as grammatical analysis and lexical analysis; By compiler script is compiled then, be about to script language code and convert intermediate language code to, intermediate language code is that the memory table by the variable of some kinds of different pieces of information structure types is realized, compiler constructed these memory tables, for the interpreter interprets operation; Intermediate language code through compiling has possessed simple and direct data structure and direct language operating structure, interpreter only needs simply corresponding operation to be finished in corresponding memory field, and finish redirect according to corresponding order and get final product, therefore interpre(ta)tive system is very simple, reduces resource utilization and development task amount greatly.
Wherein, the structure of intermediate language code is a key of the present invention, for operating mobile script, adopt head sign, data field and program area to realize the storage of program information, the variable space, program structure respectively, according to certain rule each variable is arranged in the data field, information such as the action type of statement and redirect relation are then deposited in the program area.Such intermediate language code structure, complexity that not only can the simplified solution release system reduces and explains the task amount of safeguarding, and can simplify compile step.
Described, realize that the automation method of script at first needs the standard of script and intermediate language, carries out language analysis, conversion, operation then.In one embodiment of the invention, automation method comprises four big steps, and its process flow diagram as shown in Figure 1.
Step 101 according to the engineering application need, is formulated the script standard, is used for the syntax rule of regulation script.In order to realize the automat of script, must stipulate unified script, with the language analysis after convenient, the design of intermediate language standard etc.In this flow process, can directly utilize existing various script, comparatively convenient for user's left-hand seat like this; Also can design the standard of the new script voice of suitable more concrete engineering application demand in addition, so then comparatively suitable for concrete application.
Step 102 according to this script standard, is formulated the intermediate language standard, is used to stipulate the transformation rule from this script to intermediate language.Because the present invention adopts the method that is transformed into middle voice earlier, therefore must be according to script norm-setting intermediate language standard.The setting and the disposal route of various data structures, code structure were keys of the present invention when the intermediate language standard comprised concrete enforcement or operation.
Step 103 according to this intermediate language standard, is converted to intermediate language code with the script language code compiling, and this intermediate language code is used to describe the data relationship of this script language code and carries out relation.According to script standard and intermediate language standard, can realize analysis and conversion from script to middle voice.
Step 104 is explained this intermediate language code of operation.Because phonetic code has comprised various data structures for ease of describing in the middle of of the present invention, at first provides the script standard in one embodiment of the present of invention, and provides the embodiment of corresponding script language automat based on this script.This script is specifically designed to the reverse resolution to binary message, and the binary message block translation that is about to include meaning content becomes to have the form of expression of the character string of identical meanings content, reads to make things convenient for the user.
Script has three kinds of statements of the minimum basic demand of computerese: order perform statement, condition judgment statement, loop statement.In one embodiment of the invention, be used for the message reverse resolution symbol of being defined as follows in (" of script be program language reserved word or stet):
Script program basic framework is the inverse statement, the form of inverse statement is: ' inverse ' constant ' { ' statement { statement } ' } ', wherein statement includes following several: the get statement | the set statement | and the output statement | the skip statement | the repeat statement | the switch statement.The form of described various statements is respectively:
Repeat statement: ' repeat ' variable name | the constant variable name | constant ' { ' statement { statement } ' } ', be used to realize loop structure;
The switch statement: ' switch ' variable name ' { ' case statement { case statement } default statement ' } ', be used to realize branched structure;
Case statement: ' case ' constant ' { ' statement { statement } ' } ', be used to realize branched structure;
Default statement: ' default " { ' statement { statement } ' } ', be used to realize branched structure;
The get statement: ' get ' variable name value type, read the value of variable according to memory address;
Set statement: ' set ' variable name variable name | constant, set variable and storage allocation space;
The output statement: ' output ' format string { variable name }, output shows;
Skip statement: ' skip ' variable name | constant, skip the message string of designated length.
Wherein, " format string " that use in the above-mentioned output statement is used to define output format, form by " " { character visible } { control string } { character visible } " ", wherein control string can be ' r ' n ' | ' %x ' | and ' %d ' | ' %c ' | ' %u ' | ' %o ', represent various data types respectively, define identical with the C language, above-mentioned " value type " comprises following several: U8 ' | ' U16 ' | and ' U32 ' | ' S8 ' | ' S16 ' | ' S32 ', U represents unsigned number, S represents signed number, the shared figure place of this variable of the digitized representation of back is that length is the unsigned number of two bytes such as U16.Described " variable name " can be made up of [_ letter | letter] { letter | numeral | _ [letter | numeral] }.Described " constant " that is: the numeral [{ numeral }. the numeral { numeral } | { numeral }].Letter is promptly: [a, z] | [A, Z], numeral promptly: [0,9], character visible i.e. 255 ascii characters.
As seen, here the given script standard that is used for the message reverse resolution is fairly simple, only comprised the base program structure function and can satisfy the special sentence of reverse resolution demand with some, such script is very practical in the special dimension of engineering development.
Those of ordinary skill in the art are appreciated that, in other various engineerings are used, the technician can formulate satisfactory efficient, simple script speech criterion according to concrete application demand, can be satisfied with user program, can realize script voice automation method again, not influence the spirit and scope of the invention.
In a preferred embodiment of the present invention, the compiler compiling for ease of follow-up defines each word, promptly compile the unit on the meaning, between separate with new line symbol or space character, can simplify lexical analysis step in the compilation process greatly like this, improve compile efficiency greatly.
For the application of this script in the message reverse resolution further is described visually, provide according to an embodiment of the invention message reverse resolution script language code below at certain message format:
inverse?0x12EF
{
skip?4
get?ret?U16
output"RETCODE=%u?"ret
switch?ret
{
case?8
{
Output " illegal parameter.\r\n"
}
case?17
{
" veneer does not dispose output.\r\n"
}
default
{
output"\r\n"
}
}
get?len?U8
set?count?0
repeat?len?count
{
get?temp?S8
output"%c"temp
}
output"\r\n"
}
As previously mentioned, the main frame of this section code is made of the inverse statement, the inverse statement be the sign of this section code with constant.In order to compile conveniently, each word is separated by space or new line in the code.The major function of this section code is promptly: will be positioned at relative displacement is 16 unsigned numbers outputs at 4 places, and composes and give variable ret, carries out branch according to the value of ret then, exports the implication of this value representative.Then obtain 8 unsigned number and compose, and to carry out with len be the loop structure of length, the signed number of next 8 of output in each circulation to variable len.
If the binary message code of being resolved thus is:
0x12-34-FF-FF-FF-FF-00-08-0B-31-32-33-34-35-36-37-38-39-30-2E;
Then this section code explains that through automat the output result who obtains after the execution should be:
The illegal parameter of RETCODE=8.
1234567890
Explanation by above-mentioned example, can find, script is used for being written as simple special use, powerful code more, if adopt the compiling or the interpretation procedure of UNCOL(universal computer oriented language) to realize the script automat, obviously efficient is not high, therefore the present invention is compiled as the intermediate language code that is easy to explain operation simply with script earlier, by the straight simply sort run of interpreter, can finish script automat function then.
In another embodiment of the present invention, according to script norm-setting intermediate language standard, constitute by the memory table that comprises various data structures, these memory tables are that compiler makes up according to script language code, directly characterize code executable operations step, be convenient to the interpreter interprets operation.
The following intermediate language standard of describing earlier, one section memory table structure that is used for the pairing intermediate language of script language code of binary message reverse resolution is: head, data field, program area.Head includes: the message word of binary message piece is used for binary message piece of unique identification; The data field comprises the number of parameters counter, in order to the number of record local variable or static global variable, and the argument structure of all variablees; The program area comprises a statement counter, in order to the bar number of these all statements of script in the logging program district, and the execution architecture of every statement unit.
In the data field, store parameter that script language code is used, each parameter is by argument address wParaId unique identification, argument address is the relative address of parameter storage space in the data field, this argument address will be cited as parameter reference in the program area, read parameter when being convenient to the interpretation of programs operation.Fig. 2 shows data area structure synoptic diagram according to an embodiment of the invention, each parameter of data field is all corresponding to include an argument structure 20, this data structure 20 comprises parameter head 201, association's two parts, information such as parameter head 201 packets of information containing parameter types, parameter value type wherein, parameter type can be constant, variable or format string, and the parameter value type is aforementioned U8/U16/U32/S8/S16/S32; Association is the content difference under various parameter type situations, be symbolic constant member and unsigned constant member's constant value 202 for constant, for variable then is the address offset of this variable in the temporary variable space, it is address of variable 203, for the format string constant then is the address pointer of format string constant in the static global variable of format string space, and promptly the format string first address 204.As seen can be according to the above-mentioned parameter structure so that interpreter when explaining operation, have access to the argument structure of this parameter at parameter region according to argument address, and obtain the information such as type, value type, address of this parameter from argument structure, thus obtain this parameter value.
The program area is a static global space, Fig. 3 shows program area structure meaning figure according to an embodiment of the invention, there is an execution architecture 30 corresponding every script language code statement unit, in order to the full detail of each bar statement of depositing script language code.The information of every statement unit comprises essential information and relevant information: essential information has statement type 301, next bar statement pointer (pstNextFsm) 302, and the argument address 303 of related each parameter of this statement, be used in reference to argument structure 20 to the data field; Relevant information is all kinds statement difference in realization, so be also association, content all comprises the pointer 304 of related statement according to various dissimilar statements and difference for a lot of compound statements.
For the memory table structure that further specifies intermediate language code is formed, provide the script standard that is used for binary message piece reverse resolution according to above-mentioned, essential information that comprises in the execution architecture of various dissimilar statements and relevant information are expressed as follows with C language data version:
typedef?struct?INV_CLAUSE
{
U8 bFsmType; / * statement type */
Struct INV_CLAUSE * pstNextFsm; The statement pointer * that next bar of/* will be carried out/
union
{
struct
{
U16 wParaId; / * parameter */
}get;
struct
{
U16 wParaId[2]; / * parameter */
}set;
struct
{
U8 bParaNum; / * number of parameters */
U16 wMaxOutputLen;
U16 wParaId[11]; / * parameter */
}output;
struct
{
U16 wParaId; / * parameter */
}skip;
struct
{
U16 wParaId[2]; / * parameter */
Struct INV_CLAUSE * pstRepeatEndFsm; The loop ends REPEAT_END statement * of/* correspondence/
}repeat;
struct
{
Struct INV_CLAUSE * pstRepeatFsm; The circulation of/* correspondence begin REPEAT statement */
}repeat_end;
struct
{
U16 wParaId; / * parameter */
}switcn_begin;
struct
{
Struct INV_FSM * pstNextCaseFsm; CASE that next bar will be carried out when/* condition was false or DEFAULT statement pointer or SWITCH_END statement pointer */
U16 wParaId; / * parameter */
}case_begin;
struct
{
Struct INV_CLAUSE * pstNextCaseFsm; CASE statement pointer that next bar of/* will be carried out or SWITCH_END statement pointer */
U16 wParaId; / * parameter */
}default_begin;
}clause;
}INVERSE_CLAUSE;
As seen above-mentioned execution architecture has comprised statement type, next bar statement pointer, association, and wherein association is contents such as various statement type parameters needed address, number of parameters.Only need a parameter such as, get statement, so association only comprises an argument address, the output statement then comprises the argument address of format effector, number of parameters, each parameter etc.; And,, then need to be divided into circulation initial statement and loop ends statement two classes such as loop statement for the program structure control statement, and need comprise the pointer and the counter parameter of mutual index, make loop structure to realize.In this embodiment, the repeat statement is made of repeat and two statements of repeat_end, wherein the repeat statement begins place's execution in circulation, repeat_end is at the cycle end place, the association of repeat comprises pointer and the repetition counter parameter address of pointing to loop ends place statement, the association of repeat_end comprises the pointer that the sensing circulation begins to locate statement, thus, circulate in when carrying out, begin to judge whether rolling counters forward finishes earlier from circulation, order is carried out up to loop ends place then, turns back to circulation according to pointer and begins to locate to rerun, and so just can realize the explanation operation of loop program structure.
In another embodiment of the present invention, the compile step of script automation method is exactly that head, data field and program area are resolved and inserted to the relevant information of each bar statement of script language code, what wherein the data field was filled out is parameter correlation information, the program area then is statement operation relevant information and program structure information, here program structure informational needs compiler parser construction, and be converted into each bar perform statement unit and statement adjustment relation up and down.The process of compiling generates this three sub-steps synchronous working by lexical analysis, grammatical analysis, intermediate language again and finishes.
Wherein, the lexical analysis process obtains program code with the string analysis of script, in a preferred embodiment of the present invention, because the word on each compiling meaning that adopts is separated, therefore lexical analysis only needs simple the extraction and the judgement reserved word, then according to information such as reserved word Rule Extraction parameters.
The grammatical analysis process is to extract each parameter of this statement according to the type of statement, and judges the correctness of this statement syntax, for simple statement (statement that does not promptly relate to branch, loop structure), only needs to judge whether number of parameters and type etc. are correct; For compound statement (such as condition SWITCH, circulation REPEAT, and it is nested), then also need to judge hierarchical structure, pairing statement, such as level according to reading ' { ' and ' } ' judgement, the switch statement be paired into case statement and default statement.
The intermediate language generative process is to handle each script statement one by one, is its allocate statement space in the program area to each bar statement to be processed; For the variable parameter that reads, then in the space of its type length of temporary variable allocation of space, write down its position indicator pointer, and in the parameter information of program area respective statement, write down the station location marker wParaId of this variable parameter in the data field at parameter region; For the constant that reads, then in parameter region, directly write down this constant value, and in the parameter information of program area respective statement, write down the station location marker wParaId of this variable in the data field.
Can finish the intermediate language generative process for the simple statement above-mentioned steps, for compound statement, also need to handle related statement information, need corresponding loop ends statement repeat_end pairing such as loop statement repeat, fill the pointer of mutual index, the switch branch statement then needs case, the default, the switch_end statement that match.Exemplify the compile processing method of the compound sentence of various complexity below.
Carrying out related statement information when to the compiling of circulation REPEAT statement is terminating symbol at the cycle of treatment statement body ' } ' fills, when the end mark of reading the loop statement piece according to ' { ' and ' } ' level and Matching Relationship ' } ' time, it is REPEAT_END that the type of current end statement is composed, the circulation that the related statement information (such as circulation initial statement pointer pstRepeatFsm) of this loop ends REPEAT_END statement is filled on the same level that dates back to begins the position, program area of REPEAT statement, and the related statement information (such as loop ends statement pointer pstRepeatEndFsm) of this circulation beginning REPEAT statement on the same level that will date back to is filled to the position, program area of current loop ends REPEAT_END statement.Notice,, then similarly obtaining the loop ends symbol when circulation has when nested ' } ' time, with related from the generation of the nearest circulation initial statement of current location.
Carrying out related statement information when to the compiling of condition SWITCH statement is end at the treatment conditions statement body ' } ' fills, when the end mark of reading the conditional statement piece according to ' { ' and ' } ' level and Matching Relationship ' } ' time, to recall the CASE on the same level, DEFAULT, SWITCH statement: as this CASE that dates back on the same level, DEFAULT, during the SWITCH statement, then the type of this end statement is composed respectively and be CASE_END, DEFAULT_END, the respective type of SWITCH_END, and when the statement on dating back to same level is SWITCH, also need in this SWITCH statement block, recall all CASE_END and DEFAULT_END statement again, and next bar statement pointer assignment of these CASE_END that will date back to and DEFAULT_END statement is for finishing the SWITCH_END statement when precondition, and recall the last item DEFAULT statement (or do not have under the DEFAULT statement situation the last item CASE statement) in this SWITCH statement block again, and the condition of this DEFAULT statement that will date back to (or do not have under the DEFAULT statement situation the last item CASE statement) does not satisfy at present the statement pointer that will carry out (be not pstNextFsm but pstNextCaseFsm) assignment for finishing the SWITCH_END statement when precondition; When CASE in the reading conditions statement block or DEFAULT statement, then need date back to the last CASE or the DEFAULT statement that are same as on this CASE or the DEFAULT statement level, and will date back to should (a last CASE or DEFAULT) statement condition do not satisfy at present one to want perform statement pointer (be not pstNextFsm but pstNextCaseFsm) assignment be current CASE or DEFAULT statement.And the position, program area at next bar statement place that the equal assignment of statement pointer that next bar of general sequence perform statement will be carried out is close to for the script language code position.
Concern the Compilation Method as seen from above-mentioned compound statement execution sequence, when suggestion statement execution sequence, through regular meeting the level terminating symbol of branch, loop statement is carried out back tracking operation, promptly by the corresponding level primary sign of current level end mark addressing.The method that realization is recalled has a variety of, realizes such as operations such as utilizing pop down, chained list.In a preferred embodiment of the present invention, in order to realize recalling, when compiling, adopt a statement compiling information data structure chained list to carry out the record of hierarchy nesting structure, the data structure of chained list node can be expressed as follows with the C language:
typedef?struct?INV_INIT_DATA
{
Struct INV_INIT_DATA * pstPrev; The statement compiling information data structure chained list node * of the last statement of/*/
Struct INV_INIT_DATA * pstNext; The statement compiling information data structure chained list node * of next bar statement of/*/
U16 wIndex; The location index * of this statement of/* in this script language code/
U8 bCurrentLevel; This statement of/* place level */
INVERSE_CLAUSE * pstFsm; The program area position indicator pointer * of this statement of/*/
}INVERSE_INIT_DATA;
Carry out step analysis simultaneously by this chained list, the hierachy number of record script language code statement, it is 0 that initial value is set, and whenever enters an initial symbol ' { ' then hierachy number increases one, whenever to one ' } ' then hierachy number subtract one.End value should be consistent with initial value 0, otherwise compiling makes mistakes.
In addition, in a preferred embodiment of the present invention, do not carry out real space for variable parameter in the compilation process and distribute, but the off-set value of in virtual temporary variable space (reality does not exist), distributing a position; When explaining execution, the off-set value of each variable parameter of having distributed during just according to compiling is divided use in the temporary variable space of reality.
After finishing compile step by compiler, script language code promptly is converted into intermediate language code, can obtain parameter, the information such as operation ordinal relation etc. of program run, and interpreter will be explained operation with script language code according to these relevant informations.In one embodiment of the invention, in the interpretation procedure of script automation method, interpreter is carried out corresponding operating according to the ordinal relation of intermediate language correlative.Begin order such as, interpreter according to the heading statement pointer, carry out the function code of each bar statement correspondence successively, relevant parameters is operated according to the next statement or the related statement pointer of every statement.As seen, the function of interpreter is very simple, and it is few to consume resource, and the development amount is few.Interpreter only needs to carry out corresponding operating according to statement type in the program area sentence structure, obtain relevant parameter according to argument address to the data field, read the value of constant or read the value of variable or variable is carried out corresponding operating, then carry out corresponding judgment and redirect at the condition judgment statement.
Conclusion is got up, and explains that the process of operation intermediate language code comprises four steps haply: according to current execution architecture in the described program area, determine action type; Obtain the information of argument structure described in the described data field according to the index of described relevant parameter; Carry out corresponding operation according to parameter information; Execution relation information according to described execution architecture is determined next execution architecture.
Provide the explanation operation that interpreter according to an embodiment of the invention is carried out the various statement of above-mentioned binary message piece reverse resolution script below in detail.
The GET statement function, finishing the data of obtaining variable parameter type byte number from the binary message current position of input deposits to the indicated temporary variable space of variable parameter, if this variable parameter occurs first, be this variable parameter allocation space in the temporary variable space earlier then;
The SET statement function, to by assigned variable parameter assignment being the value of depositing in the indicated temporary variable space of target constant value or target variable parameter, if occurred first, be its allocation space in the temporary variable space earlier then, and the desired value assignment is deposited to this position by the assigned variable parameter;
The SKIP statement function moves the byte number of the value of depositing in the indicated temporary variable space of constant value or variable parameter after the binary message current location with input;
The OUTPUT statement function, the format string of depositing in the static global variable of the format string that the format string parameter is the indicated space is taken out, and take out the value of depositing in the indicated temporary variable space of each variable parameter, form according to the format string definition is exported each parameter, function such as the built-in function printf () that can directly call the C language/sprintf () prints information;
The REPEAT statement function directly jumps to the execution architecture of loop ends REPEAT_END statement;
The REPEAT_END statement function, make the value of depositing in the indicated temporary variable space of cycle count variable parameter increase one, and compare with the value of depositing in the indicated temporary variable space of cycle index constant value or cycle index variable parameter, if smaller or equal to cycle index, then jump to the first statement that circulation begins to locate, according to the intermediate language standard is next bar of repeat statement, otherwise jumping to its next bar statement, is loop statement piece first statement afterwards according to the intermediate language standard;
CASE, DEFAULT statement function directly jump to next bar statement, are first statement in the CASE IF block, in the DEFAULT statement block according to the intermediate language standard;
CASE_END, DEFAULT_END statement function directly jump to next bar statement, are the SWITCH_END statement according to the intermediate language standard;
The SWITCH statement function, begin to travel through back to back statement until the SWITCH_END statement from next bar statement, if for the DEFAULT statement that traverses, then directly jump to this DEFAULT statement, if for the CASE statement that traverses, and the CASE condition satisfies, then directly jump to this CASE statement, if for the CASE statement that traverses, but the CASE condition does not satisfy, then jumping to the related statement of this CASE statement, is next CASE or DEFAULT statement according to the intermediate language standard;
The SWITCH_END statement function directly jumps to next bar statement, is conditional statement piece first statement afterwards according to the intermediate language standard.
In a preferred embodiment of the present invention, interpreter is independently to carry out successively according to the statement function piece order of next bar statement pointer or the indication of related statement pointer to the explanation execution of script language code, adopted public process control block (PCB) to preserve in the interpreter statement in addition and carried out contextual environment, this process control block (PCB) transmits between the functional block of each bar statement.Such as, this process control block (PCB) structure can be expressed as follows with the C language:
typedef?struct
{
U16 wScriptId; / * script ID*/
INVERSE_CLAUSE*fsm; The statement pointer * of the current execution of/*/
VARIAL_DATA_STACK*pData; / * storehouse */
U16 wInputCurrentPos;
U16 wOutputCurrentPos;
char *pbInput;
char *pbOutput;
U16 wMaxOutBufLen;
U16 wMsgLen;
}TRANSLATOR_PROCESS;
Wherein VARIAL_DATA_STACK is temporary variable space (storehouse), can be expressed as follows with the C language:
typedef?struct
{
U32 dwStackPoint;
U8 abStack[INV_VARIAL_STACK_SIZE];
VARIAL_DATA_STACK; / * temporary variable space (storehouse) */
According to above-mentioned descriptions of various embodiments of the present invention, in fact the script automation method that provides of the present invention by compiling, explain two big steps realizations, compile step has comprised lexical analysis, grammatical analysis, intermediate language and has generated three sub-steps, interpretation procedure is then according to the intermediate language code execution that makes an explanation, after having formulated script standard and intermediate language standard, the script automat at first all is converted into intermediate language code with script language code, has simplified interpreter interprets and has executed the task.
In one embodiment of the invention, compiler and interpreter are all realized with high level language, therefore has stronger portability, can be embedded in the engineering application, the function that makes it have the customizing script language and carry out, thereby improved the efficient of software development, engineering development greatly, and this script automat do not rely on concrete system environments and hardware, make the script to have the platform independence characteristic.
Those of ordinary skill in the art are appreciated that, above-mentioned script standard, intermediate language standard all can be formulated rational standard according to concrete application demand and make that compiling is simple, it is convenient to explain, the implementation method of the concrete data structure during automat is realized in addition also can adopt other modes to realize by s, final realization goal of the invention, and do not influence the spirit and scope of the invention.
Though by reference some preferred embodiment of the present invention, the present invention is illustrated and describes, but those of ordinary skill in the art should be understood that, can do various changes to it in the form and details, and the spirit and scope of the present invention that do not depart from appended claims and limited.

Claims (14)

1. the automation method of a script is characterized in that, comprises following steps,
A formulates the script standard according to the engineering application need, is used for the syntax rule of regulation script;
B is according to described script standard, formulates the intermediate language standard, is used to stipulate the transformation rule from described script to intermediate language;
C is converted to intermediate language code according to described intermediate language standard with the script language code compiling, and described intermediate language code is used for the data relationship of description script language codes and carries out relation;
D explains the described intermediate language code of operation.
2. the automation method of script according to claim 1 is characterized in that, according to the described intermediate language standard that described step B formulates, described intermediate language code is described by data structure, comprises head, data field, program area, wherein,
Described head is used to describe the Global Information of described script language code, and described data field is used to describe described script language code parameters needed information, and described program area is used to describe the statement execution information of described script language code.
3. the automation method of script according to claim 2, it is characterized in that, described data field is made of argument structure, and each described argument structure is used to describe the relevant information of corresponding parameter, comprises the value of parameter type, constant, the address of variable, the first address of string.
4. the automation method of script according to claim 2, it is characterized in that, described program area is made of execution architecture, each described execution architecture is used to describe the relevant information of corresponding statement, comprises the index of statement type, next bar perform statement, the index of relevant parameter, the index of related statement.
5. the automation method of script according to claim 1 is characterized in that, described step C comprises following substep,
C1 carries out lexical analysis to described script language code;
C2 carries out grammatical analysis to described script language code;
C3 generates described intermediate language code according to described intermediate language standard.
6. the automation method of script according to claim 5, it is characterized in that, described script standard according to described steps A formulation, each word is separated by separating character in the described script language code, and the lexical analysis process of described step C1 comprises following substep: the reserved word that extracts current statement; Judge statement type according to described reserved word; Extract relevant parameter according to described statement type.
7. the automation method of script according to claim 5 is characterized in that, the grammatical analysis process of described step C2 comprises following substep,
For simple statement, according to number, the type of the relevant parameter of described this statement of script normalized checking;
For compound statement,, check described program structure block level pair relationhip, statement pair relationhip according to number, the type of the relevant parameter of described this statement of script normalized checking.
8. according to the automation method of claim 2 or 5 described scripts, it is characterized in that described step C3 comprises following substep,
Distribute described argument structure in described data field for each parameter, and fill the value of described constant, the address of variable or the first address of string;
In described program area is that every statement distributes described execution architecture, and fills the index of described statement type, described relevant parameter;
For described simple statement, fill the index of described next bar perform statement according to execution sequence;
For described compound statement, the analysis program structure is filled the index of described next bar perform statement and the index of described related statement.
9. the automation method of script according to claim 8 is characterized in that, during the program structure of described step C3 is analyzed, adopts pop down, chained list to realize that the association of described compound statement recalls.
10. the automation method of script according to claim 8, it is characterized in that, among the described step C3, described variable is distributed in the virtual temporary variable space, when explaining execution, according to the off-set value of described variable in described virtual temporary variable space, in the temporary variable space of reality, distribute.
11. the automation method of script according to claim 1 and 2 is characterized in that, described step D comprises following substep,
D1 determines action type according to current execution architecture in the described program area;
D2 obtains the information of argument structure described in the described data field according to the index of described relevant parameter;
D3 carries out corresponding operation according to parameter information;
D4 determines next execution architecture according to the execution relation information of described execution architecture.
12. the automation method of script according to claim 11 is characterized in that, among the described step D, described execution architecture is independently carried out, other is provided with common processes controll block, is used for preserving context environmental, the transmission information between described execution architecture carried out.
13. the automation method of script according to claim 1 is characterized in that, establishment script automat code embeds in the engineering application, is used to provide script to explain operation function.
14. the automation method of script according to claim 1 is characterized in that, described script is applied to the reverse resolution of binary message piece.
CNB2005100339897A 2005-04-02 2005-04-02 Automaton method for script language Expired - Fee Related CN100487652C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2005100339897A CN100487652C (en) 2005-04-02 2005-04-02 Automaton method for script language

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2005100339897A CN100487652C (en) 2005-04-02 2005-04-02 Automaton method for script language

Publications (2)

Publication Number Publication Date
CN1841328A true CN1841328A (en) 2006-10-04
CN100487652C CN100487652C (en) 2009-05-13

Family

ID=37030367

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2005100339897A Expired - Fee Related CN100487652C (en) 2005-04-02 2005-04-02 Automaton method for script language

Country Status (1)

Country Link
CN (1) CN100487652C (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102207949A (en) * 2010-07-15 2011-10-05 优视科技有限公司 Browser script resolving method and device for mobile communication equipment terminal
CN102567065A (en) * 2010-12-10 2012-07-11 北京旋极信息技术股份有限公司 Method for operating development tool of embedded computer system
CN102567193A (en) * 2010-12-09 2012-07-11 北京新媒传信科技有限公司 Method and system for converting test case to automated testing script
CN101694626B (en) * 2009-09-30 2013-03-20 曙光信息产业(北京)有限公司 Script execution system and method
CN103257919A (en) * 2012-02-21 2013-08-21 腾讯科技(深圳)有限公司 Inspection method and device for script programs
CN103529773A (en) * 2013-09-18 2014-01-22 国家电网公司 Automatic conversion method for behavior control scripting language
WO2014032262A1 (en) * 2012-08-30 2014-03-06 华为技术有限公司 Implementation method and system for migrating application among platforms<0}
CN104484192A (en) * 2015-01-07 2015-04-01 南威软件股份有限公司 Automatic generating method for complex multiple-branching structure code
CN106502640A (en) * 2016-09-19 2017-03-15 芯海科技(深圳)股份有限公司 A kind of method for explaining custom script burning
CN108614706A (en) * 2016-11-30 2018-10-02 Ls 产电株式会社 Equipment for compilation script
CN109352645A (en) * 2018-09-28 2019-02-19 库壳教育科技有限公司 A kind of easy programming method and device applied to robot teaching
CN110870249A (en) * 2017-07-07 2020-03-06 区块链控股有限公司 System and method for compiling high-level language code into scripts executable on a blockchain platform
CN113568607A (en) * 2021-08-09 2021-10-29 软子数字软件(广州)有限公司 Digital program implementation method and system
CN117057640A (en) * 2023-07-26 2023-11-14 广东优翼航空技术有限公司 Method and system for evaluating flight quality based on interpreter

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101694626B (en) * 2009-09-30 2013-03-20 曙光信息产业(北京)有限公司 Script execution system and method
CN102207949B (en) * 2010-07-15 2012-11-21 优视科技有限公司 Browser script resolving method and device for mobile communication equipment terminal
CN102207949A (en) * 2010-07-15 2011-10-05 优视科技有限公司 Browser script resolving method and device for mobile communication equipment terminal
CN102567193A (en) * 2010-12-09 2012-07-11 北京新媒传信科技有限公司 Method and system for converting test case to automated testing script
CN102567193B (en) * 2010-12-09 2015-02-11 北京新媒传信科技有限公司 Method and system for converting test case to automated testing script
CN102567065A (en) * 2010-12-10 2012-07-11 北京旋极信息技术股份有限公司 Method for operating development tool of embedded computer system
CN103257919B (en) * 2012-02-21 2015-05-13 腾讯科技(深圳)有限公司 Inspection method and device for script programs
CN103257919A (en) * 2012-02-21 2013-08-21 腾讯科技(深圳)有限公司 Inspection method and device for script programs
WO2014032262A1 (en) * 2012-08-30 2014-03-06 华为技术有限公司 Implementation method and system for migrating application among platforms<0}
CN103529773A (en) * 2013-09-18 2014-01-22 国家电网公司 Automatic conversion method for behavior control scripting language
CN103529773B (en) * 2013-09-18 2015-01-21 国家电网公司 Automatic conversion method for behavior control scripting language
CN104484192A (en) * 2015-01-07 2015-04-01 南威软件股份有限公司 Automatic generating method for complex multiple-branching structure code
CN104484192B (en) * 2015-01-07 2017-11-14 南威软件股份有限公司 A kind of method of complicated multiple-branching construction Code automatic build
CN106502640A (en) * 2016-09-19 2017-03-15 芯海科技(深圳)股份有限公司 A kind of method for explaining custom script burning
CN108614706A (en) * 2016-11-30 2018-10-02 Ls 产电株式会社 Equipment for compilation script
CN108614706B (en) * 2016-11-30 2021-08-06 Ls 产电株式会社 Apparatus for compiling script
CN110870249A (en) * 2017-07-07 2020-03-06 区块链控股有限公司 System and method for compiling high-level language code into scripts executable on a blockchain platform
CN109352645A (en) * 2018-09-28 2019-02-19 库壳教育科技有限公司 A kind of easy programming method and device applied to robot teaching
CN113568607A (en) * 2021-08-09 2021-10-29 软子数字软件(广州)有限公司 Digital program implementation method and system
CN113568607B (en) * 2021-08-09 2023-11-07 软子数字软件(广州)有限公司 Digital program implementation method and system
CN117057640A (en) * 2023-07-26 2023-11-14 广东优翼航空技术有限公司 Method and system for evaluating flight quality based on interpreter
CN117057640B (en) * 2023-07-26 2024-04-12 广东优翼航空技术有限公司 Method and system for evaluating flight quality based on interpreter

Also Published As

Publication number Publication date
CN100487652C (en) 2009-05-13

Similar Documents

Publication Publication Date Title
CN1841328A (en) Automaton method for script language
CN100337407C (en) Method and system for compressing structured descriptions of documents
CN1096637C (en) Managing class method manes
CN1082208C (en) Language neutral objects
CN1302380C (en) Processor and compiler
CN1101019C (en) Data sequence generation method and apparatus, conversion method, and computer
CN1252592C (en) Communications services provisioning method and apparatus and object programming language for developing provisioning models
CN1280716C (en) Computer processing and programming method using autonomous data handlers
CN1615480A (en) Translating configuration files among network devices
CN1266512A (en) Hardware acceleration for an object-oriented programming language
CN1211364A (en) A management interworking unit and a method for producing such a unit
CN1105507A (en) Program modeling system
CN1661554A (en) System and method for building wireless applications
CN1664779A (en) Software development infrastructure
CN1773508A (en) Method for converting source file to target web document
CN1573759A (en) Common query runtime system and application programming interface
CN1700652A (en) Collaborative design method based on collaborative template
CN1795434A (en) Program execution control device, program execution control method, control program and recording medium
CN101052945A (en) Approach for creating a tag or an attribute in a markup language document
CN1613057A (en) GUI application development support device, GUI display device, method, and computer program
CN1932756A (en) Dynamically generating a voice navigable menu for synthesized data
CN1102934A (en) Incremental linker system
CN1949187A (en) Program testing system and method
CN1781078A (en) Hardware accelerator personality compiler
CN1740970A (en) System and method for seamlessly comparing objects

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20090513

Termination date: 20130402