Compilers

!compilers

@lemmy.ml
Create post
Interview with Vadim Zaytsev - Beyond Parsing

Interview with Vadim Zaytsev - Beyond Parsing

Open link in next tab

Interview with Vadim Zaytsev - Beyond Parsing

https://beyondparsing.com/interview-with-vadim-zaytsev/

Legacy systems modernization is a topic that never gets old. We talk to Vadim Zaytsev of Raincode & Raincode Labs to learn how Raincode uses language engineering techniques to save banks millions of dollars that they spend to run their COBOL and PACBASE systems. Listen to find out: What drives companies around the world to […]

Interview with Vadim Zaytsev - Beyond Parsing
TypeScript is Surprisingly OK for Compilers

TypeScript is Surprisingly OK for Compilers

Open link in next tab

TypeScript is Surprisingly OK for Compilers

https://matklad.github.io/2023/08/17/typescript-is-surprisingly-ok-for-compilers.html

There are two main historical trends when choosing an implementation language for something compiler-shaped.

Demystifying Pratt Parsers

Demystifying Pratt Parsers

Open link in next tab

Demystifying Pratt Parsers

https://martin.janiczek.cz/2023/07/03/demystifying-pratt-parsers.html

TL;DR

GCC Rust front-end approved by GCC Steering Committee

GCC Rust front-end approved by GCC Steering Committee

Open link in next tab

https://gcc.gnu.org/pipermail/gcc/2022-July/239057.html

How does clang 2.7 hold up in 2021?

How does clang 2.7 hold up in 2021?

Open link in next tab

How does clang 2.7 hold up in 2021?

https://gist.github.com/zeux/3ce4fcc3a43072b4315abde95319ecb6

How does clang 2.7 hold up in 2021? GitHub Gist: instantly share code, notes, and snippets.

How does clang 2.7 hold up in 2021?
libfirm – Optimization and Machine Code Generation

libfirm – Optimization and Machine Code Generation

Open link in next tab

https://libfirm.org/

Checking Clang 11 with PVS-Studio

Checking Clang 11 with PVS-Studio

Open link in next tab

Checking Clang 11 with PVS-Studio

https://habr.com/en/company/pvs-studio/blog/525246/

Every now and then, we have to write articles about how we've checked another fresh version of some compiler. That's not really much fun. However, as practice shows, if we stop doing that for...

PVS-Studio static code & Compilers

PVS-Studio static code & Compilers

Open link in next tab

PVS-Studio is a solution to enhance code quality, security (SAST), and safety

https://www.viva64.com/en/tags/?q=Compiler

PVS-Studio is now in Compiler Explorer!

PVS-Studio is now in Compiler Explorer!

Open link in next tab

PVS-Studio is now in Compiler Explorer!

https://www.viva64.com/en/b/0747/

Not so long ago, a landmark event has happened: PVS-Studio appeared in Compiler Explorer! Now you can quickly and easily analyze the code for errors right on the godbolt.org site (Compiler Explorer). This feature opens up a large number of new possibilities –…

PVS-Studio is now in Compiler Explorer!
Checking the GCC 10 Compiler with PVS-Studio

Checking the GCC 10 Compiler with PVS-Studio

Open link in next tab

Checking the GCC 10 Compiler with PVS-Studio

https://habr.com/en/company/pvs-studio/blog/497640/

The GCC compiler is written with copious use of macros. Another check of the GCC code using PVS-Studio once again confirms the opinion of our team that macros are evil in the flesh. Not only does the...

Checking the GCC 10 Compiler with PVS-Studio