lesname/coder

0.1.7 2025-05-19 19:29 UTC

This package is auto-updated.

Last update: 2025-05-20 20:00:38 UTC


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