Libraries tagged by compilers
aimfeld/zend-di-compiler
5284 Downloads
A Zend Framework 2 module that uses auto-generated factory code for dependency-injection.
splashsky/modello
20 Downloads
A simple, lightweight template compiler
railt/sdl
2918 Downloads
pafnuty/less-for-bitrix
25 Downloads
LESS Компилятор для Bitrix
mattcg/cjsdelivery
4519 Downloads
Deliver CommonJS-syntax JavaScript modules to clients as a single file.
luany/lte
77 Downloads
LTE — AST-based template engine for PHP. Compiler-grade templating with zero regex parsing.
luany/framework
42 Downloads
Luany Framework — Compiler-grade PHP MVC framework. Integrates luany/core and luany/lte.
lechimp-p/php2js
14 Downloads
Compiles sane PHP to javascript.
josbeir/sugar
1726 Downloads
A fun and safe PHP templating engine
hiqdev/code-generator-utils
251 Downloads
A set of code generator utilities built on top of PHP-Parsers that ease its use when combined with Reflection
ffi/preprocessor-contracts
39938 Downloads
C preprocessor interfaces / compatibility library
eminmuhammadi/phpcompiler
3 Downloads
The basic PHP Compiler for Python , Cpp , Java , C11 , C
di/expression-parser
8 Downloads
This package allows to evaluate (parse with mapping) large amounts of data in flexible manner, providing various processing functions
crisu83/closurecompiler-bin
10234 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
combyna/php-peg
794 Downloads
PEG parser-generator for PHP