Lexical analysis of LISP-expressions in Turbo Pascal


Predrag Stanimirović




In the interpreter of programming language MLISP, the process of lexical analysis executes before of syntax analysis and evaluation. The process of lexical analysis in this interpreter contains the following stages: - determination the length of an atom; - detection of the atom; - building a specific internal form of the atom.