Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compiler options checkboxes #5

Open
anderseknert opened this issue Nov 25, 2022 · 1 comment
Open

Add compiler options checkboxes #5

anderseknert opened this issue Nov 25, 2022 · 1 comment

Comments

@anderseknert
Copy link
Collaborator

Since some of the compiler stages can only be excercised with strict mode, it would be neat if we had a checkbox to enable that. Alternatively (or additionally!), we could have each strict mode stage marked as such in the UI somehow.

@srenatus
Copy link
Owner

Some query parameters already sneaked into the code, but they're not exposed in the UI:

strict := r.Form.Get("strict") == "on"
anno := r.Form.Get("annotations") == "on"
print := r.Form.Get("print") == "on"

@anderseknert anderseknert changed the title Add strict mode checkbox Add compiler options checkboxes Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants