summaryrefslogtreecommitdiff
path: root/yapps2.py
Commit message (Collapse)AuthorAgeFilesLines
* Scanner using frozensetsGerman M. Bravo2014-09-221-11/+12
|
* Lots of fixes to gritty details of how Sass treats url().Eevee (Alex Munroe)2014-09-041-2/+6
| | | | | | | | | Basically: if it looks like it's a single bare URL, only interpolations are allowed. Otherwise, it's expected to be a whole expression. Handling of interpolation in barewords is much improved. Also fixed the wrapping of SassSyntaxError.
* Move ALL the parsing stuff under scss/grammar/.Eevee (Alex Munroe)2014-08-291-0/+1178
Also, in the same vein as Python 3's approach, simply importing from the "native" module will automatically produce the sped-up versions if available. Conflicts: scss/compiler.py