A PORTABLE COMPILER FOR TEST PATTERN PROGRAM
-
-
Abstract
This article describes the design of a compiler for test pattern program.It made use of UNIX application tool lex and yacc,where lex is an automatic generator for lexical analysis and yacc is an automatic generator for syntax analysis.These tools are helpful for building an easily adjustable compiler.It also defines a test pattern oriented inter-language,which is the basis of test pattern portability.
-
-