1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

35 commits

Author SHA1 Message Date
Takashi Kokubun
80b355aa23 Write simple hash parser 2015-03-15 00:09:11 +09:00
Takashi Kokubun
ebe7c62c47 These tests are not necessary 2015-03-15 00:09:10 +09:00
Takashi Kokubun
c57bc31a6d Refactor parsing id and class 2015-03-15 00:09:10 +09:00
Takashi Kokubun
0af6854003 Split Parser and leave only parsing-specific code 2015-03-15 00:09:10 +09:00
Takashi Kokubun
fa45c34bc6 Use local hamlit in dummy app 2015-03-15 00:09:10 +09:00
Takashi Kokubun
1e4c94c5c3 Clean up rails gemfile 2015-03-15 00:09:10 +09:00
Takashi Kokubun
980a109b68 Rails integration 2015-03-15 00:09:09 +09:00
Takashi Kokubun
c6dffc042d Rails new dummy -T --skip-turbolinks 2015-03-15 00:09:09 +09:00
Takashi Kokubun
dfad202149 Name the gem "hamlit"
Hamlit is an abbreviation of "HAML ImplemenTation".
It also means "haml it", i.e. "write it with haml".
2015-03-15 00:08:47 +09:00
Takashi Kokubun
3d875d0472 Support parsing case-when 2015-03-11 22:35:33 +09:00
Takashi Kokubun
ae551cc05e Accept elsif 2015-03-11 22:20:06 +09:00
Takashi Kokubun
94dd6a96e8 Parse if-else 2015-03-11 22:16:50 +09:00
Takashi Kokubun
519e211956 Parse multiline block 2015-03-11 21:56:05 +09:00
Takashi Kokubun
32d576cdfb Parse single-line silent script 2015-03-11 21:26:46 +09:00
Takashi Kokubun
ab73c56f8a Parse script 2015-03-11 19:53:39 +09:00
Takashi Kokubun
9c3d4d9729 Refactor to unify the code 2015-03-11 19:38:22 +09:00
Takashi Kokubun
f254122b09 Accept implicit div tag 2015-03-11 02:20:42 +09:00
Takashi Kokubun
35ce793b3f Parse ids and classes 2015-03-11 01:00:08 +09:00
Takashi Kokubun
86798cbfb9 Ignore empty lines 2015-03-11 00:24:51 +09:00
Takashi Kokubun
4c3c0a0777 Refactor to fix deep nesting bug 2015-03-11 00:17:49 +09:00
Takashi Kokubun
2d77393880 Add newline to last 2015-03-11 00:11:14 +09:00
Takashi Kokubun
b1f2e4f2e9 Succeed to parse multiple-lines tag 2015-03-10 23:38:43 +09:00
Takashi Kokubun
50cee5cf13 Experimental multi line implementation 2015-03-10 20:01:33 +09:00
Takashi Kokubun
13aef53a7d Parse one-line element 2015-03-10 19:16:07 +09:00
Takashi Kokubun
afef4d8e5f Parse doctype 2015-03-10 00:41:21 +09:00
Takashi Kokubun
0a7ecd6358 Initialize rspec 2015-03-09 23:23:15 +09:00
Takashi Kokubun
45cbd2b1d7 Drop rbench 2015-03-09 23:19:33 +09:00
Takashi Kokubun
294ab939ca Rewrite benchmark with rbench 2015-03-09 22:40:33 +09:00
Takashi Kokubun
3db13fb80a Add tenjin benchmark 2015-03-09 16:47:25 +09:00
Takashi Kokubun
982d4ced8a Add fast_haml benchmark 2015-03-09 15:37:26 +09:00
Takashi Kokubun
0022ddac5a Write Rakefile to run benchmark 2015-03-09 15:27:16 +09:00
Takashi Kokubun
67e0a46b04 Drop pretty haml and slim benchmark 2015-03-09 15:26:32 +09:00
Takashi Kokubun
3a019ce27f Vendoring slim's benchmark 2015-03-09 15:23:02 +09:00
Takashi Kokubun
8e6966be44 Update description 2015-03-09 14:40:11 +09:00
Takashi Kokubun
9cf8216983 Bundle gem hamilton 2015-03-09 14:36:35 +09:00