You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

astutils

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astutils

Utilities for abstract syntax trees and parsing with PLY.

0.0.6
pipPyPI
Maintainers
2

Build Status

About

Bare essentials for building abstract syntax trees (AST) and Python lex-yacc (PLY) parsers. The package includes:

  • two classes for tree nodes: Terminal, Operator
  • a Lexer and Parser class, and a helper function to erase and rewrite the table files.

The examples under examples/ demonstrate how to use these classes to create a richer AST, a parser, and different backends that use the same parser.

These classes provide the boilerplate for parsing with PLY, and are based on code that was developed in tulip and promela.

License

BSD-3, see file LICENSE.

Keywords

lexing

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts