Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Another test for destructing @each.experimental-maps | Eevee (Alex Munroe) | 2013-08-15 | 2 | -0/+24 | |
| | | ||||||
| * | Experimental support for treating all Sass types as 1-lists. | Eevee (Alex Munroe) | 2013-08-15 | 2 | -9/+17 | |
| | | ||||||
| * | Support destructuring @each. | Eevee (Alex Munroe) | 2013-08-15 | 7 | -11/+58 | |
| | | ||||||
| * | Remove the need for _rewind. | Eevee (Alex Munroe) | 2013-08-15 | 3 | -35/+26 | |
| | | ||||||
| * | Experimental first crack at maps support. | Eevee (Alex Munroe) | 2013-08-15 | 8 | -47/+248 | |
| | | ||||||
* | | Added .coverage to .gitignore | German M. Bravo | 2013-08-16 | 1 | -0/+1 | |
| | | ||||||
* | | Interpolation test passes! | Eevee (Alex Munroe) | 2013-08-16 | 2 | -4/+5 | |
| | | ||||||
* | | Reverted change about raising NotImplemented | German M. Bravo | 2013-08-16 | 1 | -4/+4 | |
| | | ||||||
* | | PEP8 cleanups | German M. Bravo | 2013-08-16 | 1 | -3/+8 | |
| | | ||||||
* | | Favoring __class__ to type() ↵ | German M. Bravo | 2013-08-16 | 1 | -5/+5 | |
| | | | | | | | | [http://stackoverflow.com/questions/10386166/python-self-class-vs-typeself] | |||||
* | | Adding multiply for lists | German M. Bravo | 2013-08-16 | 1 | -0/+9 | |
| | | ||||||
* | | Method details for NotImplementedError | German M. Bravo | 2013-08-16 | 1 | -4/+4 | |
| | | ||||||
* | | Remove trailing Undefined arguments | German M. Bravo | 2013-08-16 | 2 | -3/+5 | |
| | | ||||||
* | | If function receiving Null and Undefined objects and those can properly be ↵ | German M. Bravo | 2013-08-16 | 2 | -3/+5 | |
| | | | | | | | | cloned now | |||||
* | | Fix handling of variable names in argspecs. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -8/+21 | |
| | | ||||||
* | | Added __mul__ op to Undefined | German M. Bravo | 2013-08-16 | 1 | -0/+3 | |
| | | ||||||
* | | Fix enumerate test. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -3/+13 | |
| | | ||||||
* | | Sass documentation tests pass. | Eevee (Alex Munroe) | 2013-08-16 | 2 | -19/+22 | |
| | | ||||||
* | | Add some non-tests for "extra" functions. | Eevee (Alex Munroe) | 2013-08-16 | 3 | -5/+44 | |
| | | ||||||
* | | Interpolation of Undefined working | German M. Bravo | 2013-08-16 | 1 | -9/+19 | |
| | | ||||||
* | | Operations with Undefined result in Undefined | German M. Bravo | 2013-08-16 | 1 | -1/+43 | |
| | | ||||||
* | | KWARG used by iter_def_argspec is expected to be a Variable | German M. Bravo | 2013-08-16 | 3 | -19/+23 | |
| | | ||||||
* | | Pass the expression directly to the scanner | German M. Bravo | 2013-08-16 | 1 | -5/+3 | |
| | | ||||||
* | | Compiled grammar updated | German M. Bravo | 2013-08-16 | 1 | -53/+57 | |
| | | ||||||
* | | Grammar cleanups | German M. Bravo | 2013-08-16 | 1 | -9/+5 | |
| | | ||||||
* | | Accept trailing comma in function calls | German M. Bravo | 2013-08-16 | 1 | -2/+2 | |
| | | ||||||
* | | Units converted to lowercase in the Number class | German M. Bravo | 2013-08-16 | 1 | -1/+1 | |
| | | ||||||
* | | NumberValue -> Number, ColorValue -> Color, etc | German M. Bravo | 2013-08-16 | 1 | -16/+16 | |
| | | ||||||
* | | expr -> or_expr | German M. Bravo | 2013-08-16 | 1 | -3/+3 | |
| | | ||||||
* | | Moved argspec and expr_lst rules to the top | German M. Bravo | 2013-08-16 | 1 | -21/+21 | |
| | | ||||||
* | | Compiled grammar file removed (should not be in the repo... only inside ↵ | German M. Bravo | 2013-08-16 | 1 | -265/+0 | |
| | | | | | | | | expression.py) | |||||
* | | Remove the need for _rewind. | Eevee (Alex Munroe) | 2013-08-16 | 1 | -7/+6 | |
| | | ||||||
* | | Remove the need for _rewind. | Eevee (Alex Munroe) | 2013-08-16 | 3 | -63/+56 | |
| | | ||||||
* | | Debugging prints improved | German M. Bravo | 2013-08-16 | 3 | -11/+24 | |
| | | ||||||
* | | Fixed bug where passing no restrictions to the toke() method, it crashed | German M. Bravo | 2013-08-16 | 1 | -12/+14 | |
| | | ||||||
* | | Fixed a few bugs in the scanner | German M. Bravo | 2013-08-16 | 3 | -7/+24 | |
|/ | ||||||
* | s/_test/_expr/ in grammar | Eevee (Alex Munroe) | 2013-08-14 | 3 | -42/+42 | |
| | ||||||
* | Parentheses is an Expression. | Eevee (Alex Munroe) | 2013-08-14 | 1 | -1/+1 | |
| | ||||||
* | Make py.test parametrization show friendlier test names. | Eevee (Alex Munroe) | 2013-08-14 | 1 | -2/+3 | |
| | ||||||
* | Treat !important as a bareword. | Eevee (Alex Munroe) | 2013-08-14 | 4 | -29/+46 | |
| | ||||||
* | Fixed bug with non-ascii strings. Fixes #187 | German M. Bravo | 2013-08-14 | 1 | -1/+1 | |
| | ||||||
* | Cancel convertable units in the Number constructor. #180 | Eevee (Alex Munroe) | 2013-08-13 | 6 | -24/+86 | |
| | ||||||
* | Force variable assignment to always perform division. | Eevee (Alex Munroe) | 2013-08-13 | 4 | -11/+21 | |
| | ||||||
* | Special case for zero (0) with no units | German M. Bravo | 2013-08-13 | 1 | -4/+6 | |
| | ||||||
* | Check spacings exist, or use 0 | German M. Bravo | 2013-08-13 | 1 | -1/+1 | |
| | ||||||
* | Pass the stack to the logger | German M. Bravo | 2013-08-13 | 1 | -1/+1 | |
| | ||||||
* | Values and native types missmatch fixes | German M. Bravo | 2013-08-13 | 1 | -7/+11 | |
| | ||||||
* | Updated units check | German M. Bravo | 2013-08-13 | 1 | -2/+2 | |
| | ||||||
* | Sprite maps take multiple arguments | German M. Bravo | 2013-08-13 | 1 | -1/+1 | |
| | ||||||
* | Normalized function names | German M. Bravo | 2013-08-13 | 1 | -6/+5 | |
| |