The compiler follows the single-pass recursive-descent approach championed by Niklaus Wirth, inventor of Pascal, in his books and lectures. It doesn't have an explicit syntax tree, but instead ...
An earlier C compiler from Borland used to create a wide variety of commercial products. It was known for its well-designed debugger. Borland's object-oriented versions of C were Turbo C++ and Borland ...