-
Notifications
You must be signed in to change notification settings - Fork 84
Compilation #1
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
Comments
Hello, The ANTLR4 grammar I used is a good starting point for any further work on this. In the past I wrote a simple compiler in C#, but now I would rather target LLVM IR to make sure many different platforms are supported. What is your stand on targeting MSIL vs LLVM IR? |
msil is portable. and the llvm wrappers are not idomatic csharp. so its harder to use it. I think using DistiIL to build the assembly |
msil/dotnet is portable, I mentioned native code as the original VB6 was also able to produce native code. But this is a project made for fun, if you want to work on a proper compiler to IL, I am more than happy to have it Feel free to contact me on discord: bandysc |
Hi there,
i love your idea and I wanna join. I could make a compiler that translates vb6 to msil. But is this wanted?
The text was updated successfully, but these errors were encountered: