phug/lexer

PHP、HTML模板引擎结构化缩进Pug(前身为Jade)的词法分析器

1.13.0 2023-09-02 09:29 UTC

This package is auto-updated.

Last update: 2024-09-19 15:47:54 UTC


README

什么是Phug Lexer?

Phug Lexer使用Phug Reader来扫描Pug代码,并将其转换为标记生成器。

安装

通过Composer安装

composer require phug/lexer

用法