Skip to content

Commit 49455ad

Browse files
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

Lines changed: 2 additions & 0 deletions
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)