3 projects
PyParsing
PyParsing is a Python library that provides a framework for creating and executing text parsing grammars. It allows developers to build recursive descent parsers by writing the grammar specification directly in Python code, without requiring separate parser generator tools.
Contributors
429
Organizations
151
Software value
$2.4M
Parso
A Python Parser
This project hasn't been onboarded to LFX Insights.
pycparser
pycparser is a complete parser for the C language, written in pure Python. It can parse C code into an Abstract Syntax Tree (AST) and is designed to be used for static analysis, translation, and other tools that need to process C source code.
This project hasn't been onboarded to LFX Insights.