lesname / coder
0.1.7
2025-05-19 19:29 UTC
Requires
- php: ^8.4.0
- ext-mbstring: *
Requires (Dev)
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.0.0
- phpstan/phpstan-deprecation-rules: ^2.0
- phpunit/phpunit: ^12.0.0
- squizlabs/php_codesniffer: ^3.6.0
- vimeo/psalm: ^7.0.0-beta1
README
Les coder is a basic utility program to render and interpret code.
Render
The job of the render is to give the ability to compose code without having to manipulate strings and render it with a basic style in mind
Currently the following renderers are available:
- PHP
- TypeScript
Interpreter
The job of the interpreter is to reason about the code, and show via the tokens what it does. It is not made so it can be executed
Currently the following interpreters are available:
- TypeScript
- Angular
- Expression
- Template