Skip to content

/dev/null

The black hole…

  • About Me
  • Amazon Wishlist

Tag: C#

Computer Science programming

ANTLR Tutorial – Part IV

November 16, 2023February 10, 2024ambs1 Comment on ANTLR Tutorial – Part IV
ANTLR Tutorial – Part IV

This is the fourth part of my ANTLR Tutorial. Previous issues, Part I, Part II and Part III are also available. Before you ask, I have no idea how many parts this tutorial will have. I will keep sharing some knowledge, both from ANTLR and C#. I hope you keep enjoying it and that it […]

Computer Science programming

ANTLR Tutorial – Part III

November 11, 2023November 15, 2023ambsLeave a Comment on ANTLR Tutorial – Part III

Keeping up with the ANTLR tutorial, here goes a new issue. Part I and Part II are also available. As discussed previously, we are writing a conversion tool from the LOGO programming language into SVG. Up to now, we wrote a lot of code but did accomplish the generation of any SVG. In this issue […]

Computer Science programming

ANTLR Tutorial – Part II

October 28, 2023November 8, 2023ambs2 Comments on ANTLR Tutorial – Part II

Continuing with the ANTLR tutorial, started in my last post, this second part advances with three main goals: Grammar Simplification The grammar presented in the last post was somewhat cucumbersome. The way we dealt with whitespace characters made the grammar difficult to read, as we needed to take care of where spaces could appear in […]

Computer Science programming

ANTLR Tutorial – Part I

October 21, 2023November 8, 2023ambs1 Comment on ANTLR Tutorial – Part I

I’ve been working with Checkmarx for more than one and a half years, and I’ve been using ANTLR mostly daily. While there are some books on ANTLR, a couple of reference sites and some tutorials from the Strumenta site, I decided to write my own, with my vision of parsing and parsing writing in C#. […]

Posts navigation

Newer posts
All Rights Reserved.