phug/lexer

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

1.13.0 2023-09-02 09:29 UTC

This package is auto-updated.

Last update: 2024-04-19 15:03:20 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