summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Scanner updatedgrammar-testGerman M. Bravo2013-08-164-227/+87
* Yapps updatedGerman M. Bravo2013-08-1614-1444/+2045
* Grammar renamedGerman M. Bravo2013-08-162-0/+0
* Added more complex benchmarkGerman M. Bravo2013-08-161-4/+5
* NAME added for listsGerman M. Bravo2013-08-163-18/+16
* Yapps changes from https://github.com/mk-fg/yapps/ being pulledGerman M. Bravo2013-08-162-35/+34
* Removed 'else'Germán M. Bravo2013-08-161-3/+2
* Rewind removalGermán M. Bravo2013-08-161-7/+2
* New grammar being used... "named lists" are neededGerman M. Bravo2013-08-162-71/+63
* Cleaned up grammarGerman M. Bravo2013-08-162-71/+72
* Cleaned grammar a bit moreGerman M. Bravo2013-08-163-44/+40
* Scanner in sync with C code and test scanner.pyGerman M. Bravo2013-08-162-6/+13
* BASE_UNITS, truediv in grammar, expressions updated with new grammarGerman M. Bravo2013-08-164-34/+29
* Optional comma at the end of the function argumentsGerman M. Bravo2013-08-162-2/+7
* Arguments and expression lists should be the sameGerman M. Bravo2013-08-162-38/+22
* Debugging prints improvedGerman M. Bravo2013-08-163-11/+24
* Fixed bug where passing no restrictions to the toke() method, it crashedGerman M. Bravo2013-08-161-12/+14
* Fixed a few bugs in the scannerGerman M. Bravo2013-08-163-7/+24
* s/_test/_expr/ in grammarEevee (Alex Munroe)2013-08-143-42/+42
* Parentheses is an Expression.Eevee (Alex Munroe)2013-08-141-1/+1
* Make py.test parametrization show friendlier test names.Eevee (Alex Munroe)2013-08-141-2/+3
* Treat !important as a bareword.Eevee (Alex Munroe)2013-08-144-29/+46
* Fixed bug with non-ascii strings. Fixes #187German M. Bravo2013-08-141-1/+1
* Cancel convertable units in the Number constructor. #180Eevee (Alex Munroe)2013-08-136-24/+86
* Force variable assignment to always perform division.Eevee (Alex Munroe)2013-08-134-11/+21
* Special case for zero (0) with no unitsGerman M. Bravo2013-08-131-4/+6
* Check spacings exist, or use 0German M. Bravo2013-08-131-1/+1
* Pass the stack to the loggerGerman M. Bravo2013-08-131-1/+1
* Values and native types missmatch fixesGerman M. Bravo2013-08-131-7/+11
* Updated units checkGerman M. Bravo2013-08-131-2/+2
* Sprite maps take multiple argumentsGerman M. Bravo2013-08-131-1/+1
* Normalized function namesGerman M. Bravo2013-08-131-6/+5
* Unbreak parsing of argument-less functions.Eevee (Alex Munroe)2013-08-133-7/+18
* Fix an import in tool.Eevee (Alex Munroe)2013-08-131-2/+2
* Gradients _position() optimizations and default positionsGerman M. Bravo2013-08-132-15/+17
* Make _position() acept lists of python strings and fix __color_stops() to sen...German M. Bravo2013-08-132-8/+10
* PEP8 cleanupsGerman M. Bravo2013-08-137-21/+31
* Using logging to log warningGerman M. Bravo2013-08-131-2/+1
* String multiplication should check for integerity.Eevee (Alex Munroe)2013-08-131-1/+5
* Fix unquote() to work on lists.Eevee (Alex Munroe)2013-08-132-7/+27
* Restore string * number multiplication.Eevee (Alex Munroe)2013-08-131-0/+11
* Move the FATAL_UNDEFINED check into the AST.Eevee (Alex Munroe)2013-08-132-45/+30
* Use the parser for parsing @function argspecs.Eevee (Alex Munroe)2013-08-132-18/+54
* Fix test_expression to use real types. Minor type fixes.Eevee (Alex Munroe)2013-08-133-64/+94
* Oops! ...this fixes last two commitsGerman M. Bravo2013-08-132-12/+11
* func doesn't have is_null... however, fuc is None at times here (for some wei...German M. Bravo2013-08-131-2/+1
* Added Undefined type. Undefined variables get this value if FATAL_UNDEFINED i...German M. Bravo2013-08-133-6/+24
* Allow build.py to be run from any directoryGerman M. Bravo2013-08-131-0/+4
* --sass should be store_true, not false. #185Eevee (Alex Munroe)2013-08-121-1/+1
* Remove some (hopefully) legacy cruft from List.Eevee (Alex Munroe)2013-08-121-12/+4