root/trunk/README @ 8

Revision 8, 0.9 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* The Lex & Yacc Page
30  http://dinosaur.compilertools.net/
31
32Project Settings:
33* File Encoding: UTF-8 (no BOM)
34* Line Endings: Unix
35* Use PEAR and ZEND Coding Standards
36* DDD
Note: See TracBrowser for help on using the browser.