معرفی شرکت ها


astutils-0.0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Utilities for abstract syntax trees and parsing with PLY.
ویژگی مقدار
سیستم عامل -
نام فایل astutils-0.0.4
نام astutils
نسخه کتابخانه 0.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ioannis Filippidis
ایمیل نویسنده jfilippidis@gmail.com
آدرس صفحه اصلی https://github.com/johnyf/astutils
آدرس اینترنتی https://pypi.org/project/astutils/
مجوز BSD
[![Build Status][build_img]][travis] [![Coverage Status][coverage]][coveralls] About ===== Bare essentials for building abstract syntax trees (AST) and Python `lex`-`yacc` ([PLY](https://github.com/dabeaz/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`](https://github.com/tulip-control/tulip-control) and [`promela`](https://github.com/johnyf/promela). License ======= [BSD-3](http://opensource.org/licenses/BSD-3-Clause), see file `LICENSE`. [build_img]: https://travis-ci.org/johnyf/astutils.svg?branch=master [travis]: https://travis-ci.org/johnyf/astutils [coverage]: https://coveralls.io/repos/johnyf/astutils/badge.svg?branch=master [coveralls]: https://coveralls.io/r/johnyf/astutils?branch=master


نحوه نصب


نصب پکیج whl astutils-0.0.4:

    pip install astutils-0.0.4.whl


نصب پکیج tar.gz astutils-0.0.4:

    pip install astutils-0.0.4.tar.gz