Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 303 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 303 Bytes

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