Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49455ad

Browse files
committedMay 8, 2023
Clarify README
1 parent d5aa294 commit 49455ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
a restricted subset of Python (enough to complete SICP), and outputs an
88
`estree`-compatible AST. [The grammar](./src/Grammar.gram) is a reduced
99
version of [Python 3.7's](https://docs.python.org/3.7/reference/grammar.html).
10+
This project does not aim to be a full Python to JS transpiler, but aims
11+
to transpile just a small enough subset of Python.
1012

1113
## Usage
1214
For local testing:

0 commit comments

Comments
 (0)
Please sign in to comment.