We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$> transcrypt -b -n -m transcrypttest.py Transcrypt (TM) Python to JavaScript Small Sane Subset Transpiler Version 3.9.0 Copyright (C) Geatec Engineering. License: Apache 2.0 Saving target code in: /home/linkus/trading/__target__/org.transcrypt.__runtime__.js Error while compiling (offending file last): File 'transcrypttest', line 43, namely: Error while compiling (offending file last): File 'transcrypttest', line 43, namely: Aborted
removing ... fixes
The text was updated successfully, but these errors were encountered:
Can you show an example of the actual Python code your were trying to transpile?
In general, the Python code has to be syntactically correct Python since it is processed by the Python AST module when being converted to JavaScript.
Sorry, something went wrong.
No branches or pull requests
removing ... fixes
The text was updated successfully, but these errors were encountered: