We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5aa294 commit 49455adCopy full SHA for 49455ad
README.md
@@ -7,6 +7,8 @@
7
a restricted subset of Python (enough to complete SICP), and outputs an
8
`estree`-compatible AST. [The grammar](./src/Grammar.gram) is a reduced
9
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.
12
13
## Usage
14
For local testing:
0 commit comments