Skip to main content

An expression-oriented, tooling-focused language that compiles down to Python.

Project description

Build Status

Development

Setup

The Pytch compiler is currently written in Python 3.7.

To install the development environment, run

$ poetry install

Running

To launch the REPL:

$ poetry run pytch repl

To execute a file as a Pytch script:

$ poetry run pytch run file.pytch

Updating the syntax trees

To modify the syntax tree node types, update pytch/syntax_tree.txt, then run:

$ ./bin/generate_syntax_trees.sh

Fuzzing the parser

To run the fuzzer on the Pytch parser, first be sure that the AFL fuzzer is installed (e.g. with brew install afl-fuzz). Next, install the fuzzing dependencies:

$ poetry install --extras fuzz

Then you can run:

$ ./bin/fuzz.sh

Project details


Download files

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

Source Distribution

pytch-0.0.1.tar.gz (41.7 kB view hashes)

Uploaded Source

Built Distribution

pytch-0.0.1-py3-none-any.whl (194.9 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