Skip to content

Bare essentials for building abstract syntax trees, and skeleton classes for PLY lexers and parsers.

License

Notifications You must be signed in to change notification settings

johnyf/astutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Bare essentials for building abstract syntax trees, and skeleton classes for PLY lexers and parsers.

Topics

Resources

License

Stars

Watchers

Forks

Languages