Previous Contents Next

Summary

This chapter has introduced several Objective CAML tools for lexical analysis (lexing) and syntax analysis (parsing). We explored (in order of occurrence): Tools ocamllex and ocamlyacc were used to define a parser for the language Basic more easily maintained than that introduced in page ??.


Previous Contents Next