Alex Gaynor 11/23/2009

Using PLY for Parsing Without Using it for Lexing

Read Original

The article details a developer's experience integrating a custom, hand-written lexer with the PLY parser generator in Python. It provides code examples for creating compatibility classes to meet PLY's minimal token interface, allowing for parsing without using PLY's default lexing functionality.

Using PLY for Parsing Without Using it for Lexing

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week