You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ A restricted Python to idiomatic JavaScript / Ruby / Go / C# translator
7
7
8
8
[Pseudo](https://github.com/alehander42/pseudo) is a framework for high level code generation: it is used by this compiler to translate a subset of Python to all Pseudo-supported languages
9
9
10
-
**If you are using Python3.5 and you experience problems with an already installed version of pseudo-python, please upgrade it to `0.2.10` (`pip3 install pseudo-python --upgrade`)**
10
+
**If you are using Python3.5 and you experience problems with an already installed version of pseudo-python, please upgrade it to `0.2.12s` (`pip3 install pseudo-python --upgrade`)**
11
+
11
12
12
13
13
14
## Supported subset
@@ -25,6 +26,8 @@ That's why it can be mapped to a well defined subset of a language
25
26
26
27
It is meant as a framework consuming ast from parser generators / compilers / various tools and generating snippets / codebases in different target languages
27
28
29
+
# Plan
30
+
28
31

0 commit comments