Introduction

PLY is a pure-Python implementation of the popular compiler construction tools lex and yacc.

Remarks

Additional links:

  1. Official docs
  2. Github