DESIGN OF NEWMODEL FOR SLR-PARSER

Abstract

: In last decades the applications of the computerized system were widely used in various environments, such real time systems, monitoring system and other. These applications need live answer from the programmable system. The compiler phases represent the heart of any programming language, therefore if we enhance the compilers; we make the execution more efficient.
In this paper we present new model for SLR-Parser, which is the main stage of the compiler phases, because it responsible for the grammatical checking of the program statements and it needs more time than other stages. The new model appears faster than original parse. Also it is less complexity than original parser. Therefore, it is more efficient to use.

Keywords

Design, Model, SLR-Parser