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

Where do I find documentation on the compilation process? #2882

Open
michele-nuzzi opened this issue Nov 3, 2024 · 1 comment
Open

Where do I find documentation on the compilation process? #2882

michele-nuzzi opened this issue Nov 3, 2024 · 1 comment
Labels

Comments

@michele-nuzzi
Copy link

Question

Hi I would love to learn more about the compilation process of assemblyscript.

So far was able to understand how the Tokenizer and the Parser work together, and I'm able to get the AST of simple programs.

But from here I'm stuck. How does the AST get compiled to IR? ideally I would like to extract the IR out of the process.

And from there I would also love to understand how the Compiler goes from the IR to a module and finally emit the result.

I would love to learn more and potentially contribute to the project once comfortable enough, but can't find any documentation on these low level parts.

@CountBleck
Copy link
Member

CountBleck commented Nov 3, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants