Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nanobowers committed Oct 17, 2021
1 parent cc276c9 commit a0b88d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# py2cr.py

A code translator using AST from Python to Crystal. This is basically a
NodeVisitor with Crystal output. See ast documentation
NodeVisitor with Crystal output. See AST documentation
(<https://docs.python.org/3/library/ast.html>) for more information.

## Status

Currently about 60% of tests are passing. See more information below.

Currently more than 80% of the relevant tests are passing. See more information below.

## Installation

Expand All @@ -22,7 +21,7 @@ git clone git://github.com/nanobowers/py2cr.git

## Versions

- Python 3.5 .. 3.9
- Python 3.6 .. 3.9
- Crystal 1.1+

## Dependencies
Expand Down

0 comments on commit a0b88d5

Please sign in to comment.