Explore >> Select a destination


You are here

phpstan.org
| | tomasvotruba.com
2.6 parsecs away

Travel
| | In the previous post, we finished the conversion of [TWIG template to clean and objective PHP](/blog/stamp-3-how-to-turn-twig-helper-functions-to-origin-object) that PHPStan can analyze. Today, we'll discover the last missing pieces of the puzzle. How to run PHPStan rules in temporarily compiled PHP code.
| | matthiasnoback.nl
3.7 parsecs away

Travel
| |
| | tomasvotruba.com
4.8 parsecs away

Travel
| | In the previous post, we looked [at *how* to compile TWIG to raw PHP](/blog/stamp-1-how-to-compile-twig-to-php). It's one step forward, but it's not enough. Today we look at *how* we turn **the raw PHP code to the code PHPStan understands**.
| | javascript.crockford.com
24.7 parsecs away

Travel
| [AI summary] The provided text outlines the implementation of a parser and interpreter for a custom programming language, using a Pratt parsing approach. It details the structure of tokens, the handling of expressions, statements, and control flow, as well as the implementation of functions, objects, and arrays. The text also discusses potential extensions and enhancements to the language.