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

LLVM Compiler - First steps #70

Merged
merged 14 commits into from
Aug 28, 2024
Merged

LLVM Compiler - First steps #70

merged 14 commits into from
Aug 28, 2024

Conversation

DustTheory
Copy link
Owner

I partially implemented a compiler for the implemented interpreted language. Code is compiled into LLVM IR.
The compiler is not yet complete - but a solid backbone has been built, including testing utilities.
So far this has been an exercise in compiler development, and now we're ready for actual language development.
A new revised syntax will need to be created, the memory model will need to be reworked, as we cannot rely on go's GC (as with the interpreter), and language will be specialized towards SIMD processing.

@DustTheory DustTheory merged commit 278bbc4 into master Aug 28, 2024
1 check failed
@DustTheory DustTheory deleted the create-llvm-module branch August 29, 2024 08:06
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 this pull request may close these issues.

1 participant