A major role of a compiler is the code analysis it performs before turning a programming language into machine code. During this process, a variety of diagnostics are performed, which provides valuable insights into the code that’s being compiled. Let’s take a look at what we’ve found when compiling the PHP world.
... continue readingIn this article you will find out how to pinpoint all the potential issues in regular PHP code by taking advantage of fast compiler-based static program analysis, provided as a part of the PeachPie project.
... continue readingThere are plenty of new features, improved interoperability between PHP and C#, compatibility enhancements and tons of fixes in the latest release of PeachPie compiler.
... continue readingIn preparation for the stable release of PeachPie 1.0, we are cleaning up the code and conducting some final fixes and enhancements.
... continue readingWe’ve had an extension for the lightweight VS Code IDE for quite some time, but now was as good a time as ever to create one for the full Visual Studio.
... continue readingWe have been working on additional diagnostics and analytics tools in Peachpie, which you can use in our Visual Studio Code extension now. This article describes the latest features.
... continue readingYou probably already know that you can work with Peachpie in Visual Studio Code with our official extension. But did you know that you can also use the full Visual Studio 2017 for your Peachpie projects? In this article, we will show how and what kinds of powerful features this will give you access to.
... continue readingPeachpie compiler itself is up to version 0.5.0 and so we wanted to focus on adding more functionality to our Visual Studio Code extension. This short article explains what is new in the Peachpie extension.
... continue reading