summaryrefslogtreecommitdiff
path: root/src/parse
Commit message (Expand)AuthorAgeFilesLines
* Function to extract an integer from a css_string.John Mark Bell2008-10-261-1/+1
* font-variant, font-weightJohn Mark Bell2008-10-262-9/+92
* font-styleJohn Mark Bell2008-10-262-5/+39
* font-sizeJohn Mark Bell2008-10-262-5/+101
* floatJohn Mark Bell2008-10-261-4/+35
* empty-cellsJohn Mark Bell2008-10-262-4/+36
* elevationJohn Mark Bell2008-10-262-5/+78
* directionJohn Mark Bell2008-10-262-9/+119
* cue-{after,before}John Mark Bell2008-10-261-8/+99
* colorJohn Mark Bell2008-10-261-4/+47
* caption-sideJohn Mark Bell2008-10-261-4/+33
* border-collapseJohn Mark Bell2008-10-262-26/+272
* border-{top,right,bottom,left}-{style,width}John Mark Bell2008-10-262-49/+185
* Some kind of border-{top,right,bottom,left}-color parsing.John Mark Bell2008-10-251-24/+67
* A bunch of property parsers.John Mark Bell2008-10-252-52/+257
* Something approximating a parser for clear.John Mark Bell2008-10-232-7/+71
* Actually include the opcodes header.John Mark Bell2008-10-221-0/+1
* Bytecode stuffJohn Mark Bell2008-10-221-0/+2
* Parse common part of declarations.John Mark Bell2008-10-222-3/+1809
* Update commentJohn Mark Bell2008-10-191-1/+8
* Fix parsing of combinators: the CSS 2.1 spec grammar contains inaccuracies --...John Mark Bell2008-10-191-11/+35
* Finish selector list parsingJohn Mark Bell2008-10-191-75/+411
* More work on selector list parsingJohn Mark Bell2008-10-181-18/+99
* Minor changes.John Mark Bell2008-09-051-2/+0
* Turn internal representation outline into a header file.John Mark Bell2008-08-081-0/+1
* Flag hideous todo thanks to CSSOMJohn Mark Bell2008-08-051-0/+3
* s/handleSelector/handleSelectorList/John Mark Bell2008-08-051-3/+3
* Disable @media and @page -- I'd rather focus on non-nested blocks in the firs...John Mark Bell2008-08-051-0/+7
* Make selector token vector be associated with the ruleset, rather than having...John Mark Bell2008-08-053-83/+97
* Something approximating @importJohn Mark Bell2008-08-041-4/+29
* Beginnings of a mechanism to intern known strings and compare pointers effect...John Mark Bell2008-08-043-13/+61
* For tokens where there's a possibility of case differences requiring case ins...John Mark Bell2008-08-041-89/+136
* Handle @charsetJohn Mark Bell2008-08-041-1/+24
* Stub out at-rule handlingJohn Mark Bell2008-08-041-1/+46
* Change API of event callback to return css_error (this is more useful than bool)John Mark Bell2008-08-043-49/+159
* Only intern strings when we get a token from the lexer. Strings in tokens tha...John Mark Bell2008-08-011-14/+16
* More stub.John Mark Bell2008-08-011-3/+140
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-015-10/+128
* Allow silencing of parser test driver.John Mark Bell2008-08-011-1/+2
* Silence debugJohn Mark Bell2008-08-011-1/+1
* EOF isn't a parse errorJohn Mark Bell2008-08-011-2/+0
* Fix handling of empty strings.John Mark Bell2008-08-011-28/+16
* Fix at-rule processing.John Mark Bell2008-07-311-7/+5
* Something approximating recovery from malformed at-rules.John Mark Bell2008-07-311-6/+141
* Improve recovery from malformed declarationsJohn Mark Bell2008-07-311-69/+195
* Generate and emit eventsJohn Mark Bell2008-07-302-0/+110
* Implement error recovery for malformed declarations.John Mark Bell2008-07-301-12/+176
* Implement the first-stage parser.John Mark Bell2008-07-303-0/+1765