文件名称:destyle:Common Lisp 中的 CSS 解析器
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-13 00:03:58
CommonLisp
德斯泰尔 Destyle 是在 CL 中创建 CSS 解析器的正在进行中的尝试。 这是W3C 候选建议书的一个非常(非常)幼稚的实现。 目前(大部分)实施的是标记化步骤。 目标 一个长期目标是在 Common Lisp 中实现实现。 我的另一个想法是构建一个 CSS 分析器,它会建议改进 CSS/Less 的方法,因为 CSS 往往会变成一团糟。 像 Less 这样的预处理器有助于解决这个问题,但有时更多的指导可能会很好。 去做 几乎所有的东西。 执照 Copyright (c) 2015 Joram Schrijver Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
【文件预览】:
destyle-master
----LICENSE(1KB)
----destyle.asd(379B)
----tokenizer()
--------package.lisp(2KB)
--------tokens.lisp(2KB)
--------parse.lisp(4KB)
--------consume.lisp(13KB)
----README.md(2KB)