phug/lexer

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

2.0.1 2026-03-15 18:02 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT d59bb80ad7994d927b7031295eb1a1343797ec86

phptemplatehtmljadeviewslexerrenderpresentationdialectphtmlpugphug

This package is auto-updated.

Last update: 2026-06-17 22:34:17 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