-
Notifications
You must be signed in to change notification settings - Fork 15
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
Basic Examples Compiler Explanation #51
Comments
I'm not sure how much detail you want.
Back to the bytecode one, if you run
then you should get the following bytecode output, slightly commented with
followed by the computation result:
Hope this helps getting started. |
Maybe if you have time you could explain how the compiler works (or is supposed to work), specifically for the two basic examples of factorial (or fibonacci) and hello world in bxl (which, if I understand correctly is abandoned because of typing issues) and your newer fast branch?
The text was updated successfully, but these errors were encountered: