Search by

phug / lexer

TorbenKoehnkylekatarn

Pug (ex-Jade) lexer for PHP, HTML template engine structured by indentation

2.0.1 2026-03-15 18:02 UTC

This package is auto-updated.

Last update: 2026-08-17 22:45:53 UTC


README

What is Phug Lexer?

The Phug Lexer utilizes the Phug Reader to scan Pug code and turn it into a generator of tokens.

Installation

Install via Composer

composer require phug/lexer

Usage