May be of interest to some.
----- Forwarded message from Stuart Maclean <sdmacl...@gmail.com> ----- From: Stuart Maclean <sdmacl...@gmail.com> To: antlr-discussion <antlr-discuss...@googlegroups.com> Reply-To: antlr-discuss...@googlegroups.com Date: Fri, 30 Jun 2017 17:55:47 -0700 (PDT) Subject: [antlr-discussion] Recent presentation on using ANTLR in cybersecurity I recently presented ANTLR-centric work at my local Java User Group, and the slides are available should anyone be interested.The first three quarters of the material essentially expands on Parr's Antlr Definitive Ref book, i.e. the Expr language and different grammars for it: plain, with embedded actions, producing trees, etc. The last part of the material explains how I was able to auto-generate C source code using ANTLR trees, for work in dynamic program analysis. The main site is seajug.org with my slides available at http://www.nimret.org/seajug/past/2017/jun/slides.pdf Stuart