-
-
Notifications
You must be signed in to change notification settings - Fork 59
How to compile to .pyc #196
-
I've got a simple .er file that I'm trying to compile to .pyc.
The erg argument "--dump-as-pyc" seemingly does nothing, and documentation on how to use the available tools is pretty scarce.
Beta Was this translation helpful? Give feedback.
All reactions
There was a bug in the compiler and command line option parser that prevented the option from working properly.
This has been fixed in the latest version (v0.5.8).
Replies: 1 comment 1 reply
-
There was a bug in the compiler and command line option parser that prevented the option from working properly.
This has been fixed in the latest version (v0.5.8).
Beta Was this translation helpful? Give feedback.
All reactions
-
And see erg --help or erg --mode --help for erg command options.
Tools such as package managers and formatters have not yet been implemented.
Beta Was this translation helpful? Give feedback.