summaryrefslogtreecommitdiff
path: root/scss/src/scanner.py
Commit message (Expand)AuthorAgeFilesLines
* Scanner updatedgrammar-testGerman M. Bravo2013-08-161-126/+1
* Added more complex benchmarkGerman M. Bravo2013-08-161-4/+5
* NAME added for listsGerman M. Bravo2013-08-161-2/+2
* Scanner in sync with C code and test scanner.pyGerman M. Bravo2013-08-161-3/+6
* BASE_UNITS, truediv in grammar, expressions updated with new grammarGerman M. Bravo2013-08-161-2/+2
* Debugging prints improvedGerman M. Bravo2013-08-161-5/+10
* Test suite passes (as well as it did before) on Py3!Eevee (Alex Munroe)2013-08-021-0/+2
* Version bump introducing speedupsGerman M. Bravo2012-01-021-84/+91
* Scanner activatedGerman M. Bravo2011-12-261-2/+2
* Scanner speed fixedGerman M. Bravo2011-12-261-2/+3
* Added benchmarking scripts (block_locator.py and scanner.py, in src)German M. Bravo2011-12-251-22/+24
* C extension modules for scanning and locating blocks finished (scanning seems...German M. Bravo2011-12-251-493/+205
* Added CTypes version (but it's slower)...German M. Bravo2011-12-241-22/+38
* Fixed some bugs in the C extension. Added some missing Sass functionsGerman M. Bravo2011-12-231-30/+43
* Building a C scannerGerman M. Bravo2011-12-231-0/+530