i need to write a compiler in C language and need to attach it to the windows os as a plugin. what do you think about this? is this possible?
Chinthanie 0 Newbie Poster
Recommended Answers
Jump to PostI suppose it would be possible, but the compiler would probably be too huge to fit in memory. That's why compilers stick to just a single language. If you want more than one language, then write a compiler for each language, then write a wrapper program to call the appropriate …
Jump to Postis there a possibility to write such a common compiler?
Most compilers out there are written as a front-end and back-end duo. The front-end takes care of parsing the language, applying syntax rules and converting all the code into a simpler kind of code (usually something close to …
All 6 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Chinthanie 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Chinthanie 0 Newbie Poster
Chinthanie 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.