Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

[Feature Request]: Add an --only-analyse flag #73

Description

@0xENDER

Preflight Checklist

  • I have searched the issue tracker for a feature request that matches the one I want to file, without success.

Problem Description

Code editors might want to show the user some useful data about their code. So, to do this, the compiler will need to compile the user's code. But the compiler will not need the final output file. So the compiler would be doing extra unnecessary work!

Proposed Solution

Add the --only-analyse flag. This flag will tell the compiler to only analyse the code without actually making an intermediate language file or compiling it to machine code.

Alternatives Considered

Make users suffer

Additional Information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions