DEV Community

Cover image for What is the compiler
Buddhika Chathuranga
Buddhika Chathuranga

Posted on

1

What is the compiler

The compiler is a nothing but a source code translator. There are multiple types of compilers according to how they translate source code to another source code.

When a compiler translates high-level source code into low-level source code we call it a traditional compiler.

When the compiler translates low-level source code, we call it decompiler.

When the compiler translates high-level language into another high-level language we call it a transcompiler or transpiler.

Would you like to learn more about compilers and their architecture? Read this article. I have briefly explained how compilers work in this article.

https://medium.com/runtimeerror/what-is-the-compiler-62c595a828c9

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay