summaryrefslogtreecommitdiff
path: root/src/lex
Commit message (Expand)AuthorAgeFilesLines
* lexer: Emit ">=" tokens.Michael Drake2019-05-061-0/+18
* lexer: Emit "<=" as a CSS_TOKEN_CHAR.Michael Drake2019-05-061-0/+5
* Strip trailing whitespace.Michael Drake2017-09-042-116/+116
* Update for new lpu API.Michael Drake2013-12-141-2/+1
* Various changes which modify API and ABI:Michael Drake2013-12-132-15/+6
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Fix build with GCC 4.6John Mark Bell2011-07-261-0/+4
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-262-8/+8
* Use unsigned int for bitfields. Apparently, using uint32_t confuses some comp...John Mark Bell2009-08-021-2/+2
* Don't intern lower-case versions of strings. Use lwc_context_string_caseless_...John Mark Bell2009-07-272-10/+3
* Reduce inlining in lexerJohn Mark Bell2009-06-271-26/+26
* Fix tests for unicode escape sequences to actually have the correct expected ...John Mark Bell2009-05-261-6/+57
* A bunch of c89.John Mark Bell2009-04-151-1/+1
* Port to new buildsystemJohn Mark Bell2009-03-241-47/+2
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-4/+8
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-142-3/+3
* Move isDigit() and isHex() to utils.h.John Mark Bell2009-01-221-12/+0
* Lose a todo. I don't think we want to have the lexer split up dimensions into...John Mark Bell2009-01-121-1/+0
* Beginnings of a colour specifier parser.John Mark Bell2009-01-111-41/+0
* Port to modified parserutils API.John Mark Bell2009-01-061-222/+242
* Retain pointer to dictionary entries so we don't have to rediscover it later.John Mark Bell2008-12-012-4/+6
* Simplify decision as to whether to intern token data by inserting markers int...John Mark Bell2008-12-011-7/+16
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-31/+31
* Prevent reading from beyond the start of token data.John Mark Bell2008-11-271-5/+6
* Port libcss to new lpu API.John Mark Bell2008-11-092-16/+25
* Support signs on numbers, percentages, and dimensionsJohn Mark Bell2008-10-271-12/+30
* For tokens where there's a possibility of case differences requiring case ins...John Mark Bell2008-08-042-0/+4
* Stub out at-rule handlingJohn Mark Bell2008-08-041-0/+1
* Only intern strings when we get a token from the lexer. Strings in tokens tha...John Mark Bell2008-08-012-35/+42
* Correctly process unterminated strings.John Mark Bell2008-06-262-26/+37
* Pedantic linewrappingJohn Mark Bell2008-05-201-2/+8
* Fix testdriver to accept # in inputJohn Mark Bell2008-05-031-2/+4
* Add spaceJohn Mark Bell2008-05-011-1/+1
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-013-0/+2232