Can I read Lexical Analyzer Design in nGineer on EtoBox?
Lexical Analyzer Design in nGineer is a document available to read on EtoBox.
What is Lexical Analyzer Design in nGineer about?
The document discusses the design of a lexical analyzer created for the nGineer suite. It was necessary to build a lexical analyzer as .NET did not include one. The goals were to keep the design simple using the KISS principle and separate it from the parser. Lexical analyzers work by using a state machine to find the longest matching lexical element. The design uses classes to represent each lexical element with inheritance to show relationships between elements.
- Language
- EN