
Livro digital
Título:
Compiler Construction using C# (SLANGFOR.NET)
Autor:
Praseed Pai
Categoria:
Tecnologia > Geral
Doador:
Raffaello D. N.
Sinopse:
A compiler project can feel abstract until the pipeline becomes concrete, and this book makes that shift visible early. Its table of contents starts with an Abstract Syntax Tree, compiler phases, source code, and a working runtime context, so the reader is immediately grounded in the real machinery behind translation rather than theory alone.
From there, the material moves through expression grammar, recursive descent parsing, statements, variables, types, symbol tables, and operators, then into parsing and compilation details for a small .NET-oriented language. The structure suggests a hands-on progression, with chapters that build one layer at a time and reveal how the lexer, parser, AST, and statement model fit together.
The result is a practical guide for readers who want to understand how a language is assembled, not just what a compiler does. It offers a detailed path from simple expressions to a complete language implementation, with enough implementation detail to support both study and experimentation.