@npmhwxi/xats2py-pyemit01-ats2 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +9 -0
  2. package/bin/xats2py.js +6069 -0
  3. package/package.json +16 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # XATS2PY-PYEMIT01-ATS2
2
+
3
+ This is a compiler from ATS3 to Python~3.
4
+
5
+ This compiler is written in ATS3 and it is compiled by
6
+ another compiler written in ATS2 (for compiling ATS3 to
7
+ Javascript).
8
+
9
+ Happy programming in ATS!