We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's create phie command line binary, which I can run like this:
phie
$ cat > test.phie Ξ½0(π) β¦ β¦ π β¦ Ξ½3(π) β§ Ξ½1(π) β¦ β¦ Ξ β¦ 0x002A β§ Ξ½2(π) β¦ β¦ Ξ» β¦ int-add, Ο β¦ π.πΌ0, πΌ0 β¦ π.πΌ1 β§ Ξ½3(π) β¦ β¦ π β¦ Ξ½2(ΞΎ), πΌ0 β¦ Ξ½1(π), πΌ1 β¦ Ξ½1(π) β§ Ξ½5(π) β¦ β¦ π β¦ Ξ½3(ΞΎ) β§ $ phie foo.phie 84
It will take the input from the file provided, pass it to Emu::from_str and then dataize and print out the result.
Emu::from_str
The text was updated successfully, but these errors were encountered:
@Karina5005 try this one, using "reo" as a sample. Also, try to move slowly in small increments, using PDD methodology.
Sorry, something went wrong.
No branches or pull requests
Let's create
phie
command line binary, which I can run like this:It will take the input from the file provided, pass it to
Emu::from_str
and then dataize and print out the result.The text was updated successfully, but these errors were encountered: