Skip to main content

Analysis and documentation for very simple lisp.

Project description

Weaklisp

This is a tool to analyze and format very simple lisp code. It is mostly directed to lisp extension languages found in CAD programs. It can document the code in reStructuredText format.

Setup

To install, update or uninstall you can use pip:

pip install weaklisp

pip install --upgrade weaklisp

pip uninstall weaklisp

Usage

$ python -m weaklisp -h
usage: weaklisp [-h] [-q] [-o OUTPUT] [-f [FORMAT]] path [path ...]

Analyze simple lisp code.

positional arguments:
  path                  Path to lisp file to be parsed.

optional arguments:
  -h, --help            show this help message and exit
  -q, --quiet           Do not print the output.
  -o OUTPUT, --output OUTPUT
                        Save a reStructuredText file.
  -f [FORMAT], --format [FORMAT]
                        Format of files, either 'lisp' or 'config'.

It can also be imported and used as a library.

Fork

The repository can be found here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

weaklisp-0.0.1-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page