Click here to Skip to main content
15,886,724 members
Articles / Programming Languages / C++

ANTLR Parsing and C++, Part 2: Building a Python Parser

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
1 Aug 2021CPOL11 min read 10.5K   524   7  
Explains how to generate Python parsing code with ANTLR and use the code to create a Python parser in C++
The preceding article presented the basics of ANTLR parser generation and explained how to access the generated code in C++. This article goes further and shows how to use ANTLR to code an advanced Python parser in C++.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I've been a programmer, engineer, and author for over 20 years.

Comments and Discussions