Skip to content

No sensible export of EXIT elements with "exit" semantics to Python #1238

Description

@codemanyak

EXIT elements intended to terminate/abort a program (usual keyword "exit") are not translated to Python. Instead the code will contain a comment "FIXME: unsupported jump/exit instruction!".

It is possible, however, to export it as sys.exit(<code>) instruction (and to generate an import sys clause if such a case occurs).

Metadata

Metadata

Assignees

Labels

FixedImplemented (though possibly still not delivered)bug

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions