Using PLY in C#
In this post I describe how to use Python Lex-Yacc (PLY) in C# with IronPython. Introduction IronPython is a .NET implementation of Python interpreter. It is based on Python 2.7.x and can be executed as separate application or run directly from .NET applications. PLY is a Python implementation of Lex and Yacc. These tools are … Continue reading Using PLY in C#