Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Several vast improvements to string parsing. | Eevee (Alex Munroe) | 2014-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | - Interpolation is now understood by the parser! It works for barewords, quoted strings, and both forms of URL. - Escaped characters are now understood and translated by the parser as well! - Rendering strings to CSS attempts to escape them correctly, regardless of how they were put together. - The block locator (at least the Python version) is now a little more aware of CSS escaping. Unfortunately there are some problems with the C module in this commit, which I will be promptly fixing. Conflicts: scss/blockast.py | ||||
* | Shuffle exception hierarchy a bit. | Eevee (Alex Munroe) | 2014-08-28 | 1 | -27/+78 |
| | |||||
* | Add some unicode_literals, fix some str()s. | Eevee (Alex Munroe) | 2014-03-29 | 1 | -2/+10 |
| | |||||
* | Improve formatting of browser errors. | Eevee (Alex Munroe) | 2013-10-01 | 1 | -9/+14 |
| | |||||
* | Support showing compilation problems in-browser. #150 | Eevee (Alex Munroe) | 2013-10-01 | 1 | -16/+84 |
| | |||||
* | Fix bug in error printing. Make evaluate_expression use parse_expression. | Eevee (Alex Munroe) | 2013-08-19 | 1 | -2/+2 |
| | |||||
* | Bit more context for errors, including a sweet caret. | Eevee (Alex Munroe) | 2013-08-19 | 1 | -21/+56 |
| | | | | | Partially reverted the grayscale() fix, since it masks errors in Sass functions. | ||||
* | Basic error wrapping. | Eevee (Alex Munroe) | 2013-08-19 | 1 | -0/+61 |