root/trunk/README @ 7

Revision 7, 0.8 KB (checked in by tom, 5 years ago)

+UPD: Project: README

Line 
1CSSDOC PHP Library
2
3Author: Tom Klingenberg / CSSDOC Project http://cssdoc.net/
4
5This Code is experimental
6
7* CSS Tokennizer
8* CSS Parser
9* CSSDOC Parser
10
11Everything should be UTF-8 encoded by default.
12
13CSS-Resources
14http://www.w3.org/Style/CSS/
15http://www.w3.org/TR/CSS21/syndata.html#tokenization
16http://www.w3.org/TR/CSS21/grammar.html
17
18PEAR-Resources
19http://pear.php.net/package/PHP_LexerGenerator
20http://pear.php.net/package/PHP_Parser_DocblockParser
21
22Parser-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
26Theory
27* Writing an Interpreter with Lex, Yacc, and Memphis
28  http://memphis.compilertools.net/interpreter.html
29
30Project Settings:
31* File Encoding: UTF-8 (no BOM)
32* Line Endings: Unix
33* Use PEAR and ZEND Coding Standards
34* DDD
Note: See TracBrowser for help on using the browser.