|
Revision 4, 0.7 KB
(checked in by tom, 5 years ago)
|
|
+UPD: Project: README
|
| Line | |
|---|
| 1 | CSSDOC PHP Library |
|---|
| 2 | |
|---|
| 3 | Author: Tom Klingenberg / CSSDOC Project http://cssdoc.net/ |
|---|
| 4 | |
|---|
| 5 | This Code is experimental |
|---|
| 6 | |
|---|
| 7 | * CSS Tokennizer |
|---|
| 8 | * CSS Parser |
|---|
| 9 | * CSSDOC Parser |
|---|
| 10 | |
|---|
| 11 | Everything should be UTF-8 encoded by default. |
|---|
| 12 | |
|---|
| 13 | CSS-Resources |
|---|
| 14 | http://www.w3.org/Style/CSS/ |
|---|
| 15 | http://www.w3.org/TR/CSS21/syndata.html#tokenization |
|---|
| 16 | http://www.w3.org/TR/CSS21/grammar.html |
|---|
| 17 | |
|---|
| 18 | PEAR-Resources |
|---|
| 19 | http://pear.php.net/package/PHP_LexerGenerator |
|---|
| 20 | http://pear.php.net/package/PHP_Parser_DocblockParser |
|---|
| 21 | |
|---|
| 22 | Parser-Resources |
|---|
| 23 | http://www.phpdeveloper.org/tag/parser |
|---|
| 24 | http://blog.oncode.info/2007/10/25/eine-eigene-programmiersprache-erschaffen-lexer-und-parser-in-php/ |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | Project Settings: |
|---|
| 28 | * File Encoding: UTF-8 (no BOM) |
|---|
| 29 | * Line Endings: Unix |
|---|
| 30 | * Use PEAR and ZEND Coding Standards |
|---|
| 31 | * DDD |
|---|