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

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

Open
1 task done
0xENDER opened this issue Jan 11, 2022 · 0 comments
Open
1 task done

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

0xENDER opened this issue Jan 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@0xENDER
Copy link
Contributor

0xENDER commented Jan 11, 2022

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

@0xENDER 0xENDER added the enhancement New feature or request label Jan 11, 2022
@0xENDER 0xENDER changed the title [Feature Request]: Add a --only-analyse flag [Feature Request]: Add an --only-analyse flag Jan 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant