1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/lib/sass
Nathan Weizenbaum 65a32689af [Sass] Change the CSS parser structure to avoid use of throw/catch and blocks.
The parser still doesn't do any more than validate,
and looks a lot less like the grammar,
but it should be dramatically more efficient now.
Not just because we're avoiding some expensive Ruby features,
but because now we aren't doing any more than a single token's worth
of backtracking.
2009-12-20 06:02:23 -08:00
..
plugin Merge branch 'stable' 2009-12-01 18:26:28 -08:00
script [Sass] Produce the minimal representation of colors when :compressed is set. 2009-12-03 14:51:14 -08:00
scss [Sass] Change the CSS parser structure to avoid use of throw/catch and blocks. 2009-12-20 06:02:23 -08:00
tree Merge branch 'stable' 2009-12-01 18:26:28 -08:00
css.rb [Sass] [css2sass] Use RootNode as the root node. 2009-12-20 05:48:14 -08:00
engine.rb [Sass] Pass options through the lexer and parser. 2009-12-03 13:04:12 -08:00
environment.rb Update a bunch of docs to use the new YARD hash syntax. 2009-12-01 18:25:49 -08:00
error.rb Merge branch 'stable' 2009-12-01 18:26:28 -08:00
files.rb Merge branch 'stable' 2009-12-01 18:26:28 -08:00
plugin.rb Merge branch 'stable' 2009-12-01 18:26:28 -08:00
repl.rb Update a bunch of docs to use the new YARD hash syntax. 2009-12-01 18:25:49 -08:00
script.rb [Sass] Pass options through the lexer and parser. 2009-12-03 13:04:12 -08:00