Skip to content

phug-php/lexer

Repository files navigation

Phug Lexer

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