summaryrefslogtreecommitdiff
path: root/scss/src
Commit message (Expand)AuthorAgeFilesLines
* Fix DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formatsAkihiro Motoki2021-03-083-14/+20
* Fixed compile error with msvc see #396js2020-03-271-1/+1
* Revert "Let the speedup block locator complain about surplus closing"Ivan Kolodyazhny2020-03-211-6/+0
* Fix unused variableGermán Méndez Bravo2018-08-231-3/+3
* Fix guarded statementGermán Méndez Bravo2018-08-231-1/+2
* Let the speedup block locator complain about surplus closing braces.Martin Natano2016-09-291-0/+6
* murmurhash3 with C90 compatibilityGerman M. Bravo2014-09-221-4/+7
* Number of starting blocks increased (particularly for tokens)German M. Bravo2014-09-221-2/+2
* Using hashtables as cached restriction setsGerman M. Bravo2014-09-225-97/+108
* Added hashtableGerman M. Bravo2014-09-226-57/+280
* Removed leftover call to Pattern_regex() in Scanner_token which made it slowerGerman M. Bravo2014-09-191-2/+0
* Speedups builder fixes speedup building pathGerman M. Bravo2014-09-181-2/+5
* Fixed compiler warningsGerman M. Bravo2014-09-182-4/+2
* build.py restored (used internally to build speedups)German M. Bravo2014-09-181-0/+26
* Delete a big ol block of commented-out scanner code.Eevee (Alex Munroe)2014-09-021-62/+0
* Make scanner errors slightly more friendly to read.Eevee (Alex Munroe)2014-09-022-19/+18
* Make the C block locator aware of escape sequences.Eevee (Alex Munroe)2014-08-291-5/+10
* Remove extraneous Pattern_setup function from speedups.Eevee (Alex Munroe)2014-08-291-25/+12
* Remove #define DEBUG, oops.Eevee (Alex Munroe)2014-08-291-1/+0
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-291-0/+1
* Remove some old Python that I don't think is useful any more...?Eevee (Alex Munroe)2014-08-293-860/+0
* Move ALL the parsing stuff under scss/grammar/.Eevee (Alex Munroe)2014-08-296-1419/+4
* Break the AST and grammar into their own modules.Eevee (Alex Munroe)2014-08-292-12/+34
* Fix reporting of block locator errors.Eevee (Alex Munroe)2014-08-291-1/+1
* Partial support for slurpy named arguments.Eevee (Alex Munroe)2014-08-261-2/+2
* Fix teeny oversight in the C block locator's Unicode handling.Eevee (Alex Munroe)2014-08-241-2/+2
* Urls could contain variables and other things (at least consider urls which m...German M. Bravo2014-07-231-1/+2
* Grammar was using wrong (undefined) variable.German M. Bravo2014-07-231-2/+1
* Improved escaping/unescaping and dequoting of stringsGerman M. Bravo2014-07-231-8/+10
* At last, real parsing for url(). Partly. #192Eevee (Alex Munroe)2014-07-121-0/+15
* Recognize () as an empty list.Eevee (Alex Munroe)2014-07-121-1/+2
* Reformat the grammar.Eevee (Alex Munroe)2014-07-121-93/+109
* Speedups C code: spaces -> tabsGerman M. Bravo2014-06-032-2/+2
* Fix some declaration-after-statement gripes in the C.Eevee (Alex Munroe)2014-05-213-6/+13
* Return Unicode from the C scanner. More __future__.Eevee (Alex Munroe)2014-03-291-4/+16
* Remove the "thin ice" logic from the block locators.Eevee (Alex Munroe)2014-03-292-49/+2
* Made the speedups module Unicode-aware!Eevee (Alex Munroe)2014-03-295-188/+143
* The C Extension should now compile under both Python 2 and 3.Aaron Jacobs2014-03-012-17/+114
* Support bare "..." on mixins, to allow arbitrary var injection.Eevee (Alex Munroe)2013-09-261-0/+2
* At long last, kill ParserValue and most of the Color constructor.Eevee (Alex Munroe)2013-08-271-2/+2
* Parser support for slurpy arguments.Eevee (Alex Munroe)2013-08-231-10/+23
* Correctly support scanning zero-length strings.Eevee (Alex Munroe)2013-08-231-9/+7
* Improved errors returned from the scannerGerman M. Bravo2013-08-181-2/+2
* Parentheses for maps tooGerman M. Bravo2013-08-171-2/+2
* Removed legacy StringValue, ColorValue, *Value classesGerman M. Bravo2013-08-161-4/+4
* Maps can have literals as keys, they also take multiple optional commas (igno...German M. Bravo2013-08-161-17/+30
* Merge branch 'experimental-maps'Eevee (Alex Munroe)2013-08-161-1/+18
|\
| * Remove the need for _rewind.Eevee (Alex Munroe)2013-08-152-19/+15
| * Experimental first crack at maps support.Eevee (Alex Munroe)2013-08-152-24/+71
* | Remove trailing Undefined argumentsGerman M. Bravo2013-08-161-1/+1