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

Thread with programs that compile and run #3

Open
fnune opened this issue Jun 2, 2021 · 3 comments
Open

Thread with programs that compile and run #3

fnune opened this issue Jun 2, 2021 · 3 comments

Comments

@fnune
Copy link
Owner

fnune commented Jun 2, 2021

No description provided.

@fnune
Copy link
Owner Author

fnune commented Jun 2, 2021

watchexec --clear --exts vam 'RUST_BACKTRACE=1 vamc program.vam && echo "" && echo "Result:" && lli ./program.o; echo $?'
#[ A block comment #]

fun three returning i32 = 3;

apply three

Returning exit code 3.

@fnune fnune changed the title Thread with programs that compile Thread with programs that compile and run Jun 2, 2021
@fnune
Copy link
Owner Author

fnune commented Jun 2, 2021

fun three returning i32 = 3;

#[
# Hey there
# This is my block comment
#
# #[
# # This is a nested block comment
# # Hey there
# #]
#]

apply three

Returning exit code 3.

@fnune
Copy link
Owner Author

fnune commented Jun 2, 2021

fun three returning i32 = { 3 };

apply three

Returning exit code 3.

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

1 participant