ELEMENTS OF COMPUTER SCIENCE
open-menucloseme
Home
Books
About us
  • Writing a simple lexical analyzer for SQL - Part 4

    calendarJan 10, 2024 · 7 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this concluding post, we will put into practice what was discussed earlier by implementing it in C#.
    Read more
  • Writing a simple lexical analyzer for SQL - Part 3

    calendarJan 10, 2024 · 6 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this article, we elucidate finite automata, a fundamental data structure essential for lexical analysis.
    Read more
  • Writing a simple lexical analyzer for SQL - Part 2

    calendarJan 10, 2024 · 4 min read  ·
    Share on: twitterfacebooklinkedincopy
    In this post, we explore the theoretical concepts essential for a precise understanding of the underlying mechanisms of a lexical analyzer.
    Read more
  • Writing a simple lexical analyzer for SQL - Part 1

    calendarJan 10, 2024 · 2 min read  ·
    Share on: twitterfacebooklinkedincopy
    Commencing today, we embark on a concise series delving into lexical analysis, with a specific emphasis on SQL. The aim is to unveil the intricacies of how a query compiler within a RDBMS operates, unraveling its ability to comprehend the underlying meaning of a query and discern the user's intended objectives.
    Read more

Nicolas DESCARTES

This blog gathers the contributions of a passionate software engineer convinced that getting to the bottom of things is the best way to truly understand the big picture.

Buy me a coffee
Read more about Nicolas Descartes

Don't miss new articles

/* Real people should not fill this in and expect good things - do not remove this or risk form bot signups. */

Recent Posts

  • Understanding and leveraging Semantic Kernel - Logging and monitoring
  • Understanding and leveraging Semantic Kernel - Integrating Semantic Kernel with the MCP protocol
  • Understanding and leveraging Semantic Kernel - Unleashing the power of plugins
  • Understanding and leveraging Semantic Kernel - Using Semantic Kernel with Ollama
  • Understanding and leveraging Semantic Kernel - Building a very simple agent in a few lines of C# code
  • Understanding and leveraging Semantic Kernel - Generative AI, LLMs and others
  • Understanding and leveraging Semantic Kernel - Introduction
  • Securing credentials in Azure-hosted applications using managed identities and Azure Key Vault - Implementing Azure Key Vault
Nicolas DESCARTES

Copyright  NICOLAS DESCARTES

to-top