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

valc command line usage missing the <emit> options #41

Closed
jsiek opened this issue Sep 21, 2022 · 0 comments · Fixed by #215
Closed

valc command line usage missing the <emit> options #41

jsiek opened this issue Sep 21, 2022 · 0 comments · Fixed by #215

Comments

@jsiek
Copy link

jsiek commented Sep 21, 2022

The options are:
raw-ast : gets you the AST right after the parser, in JSON
raw-ir : performs type checking and outputs the IR before borrow checking
ir : performs type checking and borrow checking, outputs the IR
llvm-ir : outputs LLVM IR
binary : outputs a library or executable (depends on the input)

kramermt pushed a commit to kramermt/val that referenced this issue Jan 7, 2023
* Added all options to CLI.md
* Specified supported emit values in CLI help (resolves hylo-lang#41)
* Minor edits to --trace-inference and -o for clarification
kramermt pushed a commit to kramermt/val that referenced this issue Jan 9, 2023
* Added all options to CLI.md
* Specified supported emit values in CLI help (resolves hylo-lang#41)
* Minor edits to --trace-inference and -o for clarification
kramermt pushed a commit to kramermt/val that referenced this issue Jan 10, 2023
* Added all options to CLI.md
* Specified supported emit values in CLI help (resolves hylo-lang#41)
* Minor edits to --trace-inference and -o for clarification
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

Successfully merging a pull request may close this issue.

1 participant