Automaton method for script language
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- HUAWEI TECH CO LTD
- Publication Date
- 2006-10-04
- Estimated Expiration
- Not applicable Β· inactive patent
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to computer language compiling, interpretation and execution methods, in particular to the automaton method of script language. Background technique
[0002] The operation of the computer is carried out according to the computer program written in the computer language. There are many types of computer languages, which can be divided into three categories: machine language, assembly language, and high-level language. The only language that computers can recognize is machine language, which is a code composed of 0s and 1s. But usually when people program, they don't use machine language because it is very difficult to remember and recognize. The essence of assembly language is the same as that of machine language, which directly operates on the hardware, but the instructions use English abbreviated identifiers, which are easier to recognize and remember. It also requires programmers to write out each specific operation in the fo...