Skip to content

Puts a file on disk, not very versatile. #2

@rmc3

Description

@rmc3

It looks like compiler.py puts a file on disk containing the code, then imports it and calls a very specific method. This is not a very general compiler! Additionally, this file is greater than zero bytes. Does not perform as advertised.

I'd suggest having it call an eval() on the code string directly. It'd make this language much more versatile. Right now, it can only do qsort. This makes me sad.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions