Tristan Hume
|
c8bd0b91b3
|
Catch easy cases
|
2013-07-29 12:07:18 -04:00 |
|
Tristan Hume
|
bc76c0daaf
|
Collapse float and int into 'number'
|
2013-07-29 11:04:46 -04:00 |
|
Tristan Hume
|
be4a04ed85
|
Merged array_tokens into recursive-parsing
|
2013-07-29 10:38:52 -04:00 |
|
Tristan Hume
|
8dcf44e99d
|
Faster token creation, hopefully.
|
2013-07-29 10:23:04 -04:00 |
|
Tristan Hume
|
a892e69a88
|
Hopefully fix CI build
|
2013-07-26 15:55:10 -04:00 |
|
Harry Brundage
|
bf53e517f5
|
Inline Parser#next_token to avoid method dispatch
|
2013-07-26 15:38:52 -04:00 |
|
Harry Brundage
|
bacacf2fd0
|
Remove the Token class from the lexer in favour of less smart but faster arrays
|
2013-07-26 15:14:01 -04:00 |
|
Tristan Hume
|
1b43bf5686
|
Add parser tests
|
2013-07-26 13:09:36 -04:00 |
|
Tristan Hume
|
83e71ace99
|
Add lexer tests and fixes
|
2013-07-26 12:50:27 -04:00 |
|
Tristan Hume
|
4dc9cc0ea1
|
Add back tests for lax parsing
|
2013-07-26 11:55:50 -04:00 |
|
Tristan Hume
|
87b8ee7341
|
Add error mode switching
|
2013-07-26 11:45:13 -04:00 |
|
Florian Weingarten
|
07f7d63bea
|
Use kind_of? instead of class.include? and rearrange stuff
|
2013-07-26 11:34:00 -04:00 |
|
Florian Weingarten
|
1af28a6eb8
|
Merge pull request #233 from Shopify/make_map_work_on_enumerables
Make 'map' filter work on Enumerable drops
|
2013-07-26 08:30:16 -07:00 |
|
Florian Weingarten
|
65dfd57bb5
|
Make 'map' filter work on Enumerable drops
|
2013-07-26 10:35:28 -04:00 |
|
Tristan Hume
|
8b1dff9d98
|
Allow ! in identifiers like Ruby
|
2013-07-26 10:33:30 -04:00 |
|
Tristan Hume
|
8896b55fa5
|
Parsing for if statements
|
2013-07-26 10:31:26 -04:00 |
|
Tristan Hume
|
c0b9d53548
|
Revert "Test a different lexer architechture"
This reverts commit 24ddaf1a9c.
|
2013-07-26 09:52:04 -04:00 |
|
Tristan Hume
|
24ddaf1a9c
|
Test a different lexer architechture
|
2013-07-26 09:51:58 -04:00 |
|
Tristan Hume
|
673826630c
|
Unfinished if statement parser.
|
2013-07-26 09:32:08 -04:00 |
|
Florian Weingarten
|
554675d1f8
|
Update README.md
|
2013-07-26 14:46:55 +02:00 |
|
Florian Weingarten
|
11e1379570
|
Merge pull request #234 from Shopify/fix_mapping_procs
Fix mapping over procs
|
2013-07-26 05:45:56 -07:00 |
|
Florian Weingarten
|
3e13ed4ba1
|
Fix mapping over procs
|
2013-07-25 22:11:44 -04:00 |
|
Florian Weingarten
|
b004acf856
|
Merge pull request #232 from Shopify/to_liquid_stuff
Always call 'to_liquid' on stuff in map filter and allow to_liquid to be...
|
2013-07-25 14:10:52 -07:00 |
|
Florian Weingarten
|
182d3fefb6
|
Always call 'to_liquid' on staff in map filter and allow to_liquid to be called on drops
|
2013-07-25 17:10:19 -04:00 |
|
Tristan Hume
|
17d818b453
|
Fix profiler
|
2013-07-25 15:04:04 -04:00 |
|
Tristan Hume
|
0453d7e299
|
Fix benchmarks to use only valid liquid.
|
2013-07-25 11:51:51 -04:00 |
|
Tristan Hume
|
4da7b36139
|
New variable parser!
|
2013-07-25 11:38:57 -04:00 |
|
Florian Weingarten
|
c7336e0cc1
|
Add license to gemspec, closes #231
|
2013-07-24 19:10:12 -04:00 |
|
Tristan Hume
|
f43e973e67
|
Basic expression parsing
|
2013-07-24 16:36:14 -04:00 |
|
Florian Weingarten
|
bbc405a24c
|
Merge pull request #230 from Shopify/use_invoke_drop_in_map
Use invoke_drop in map filter
|
2013-07-24 12:47:56 -07:00 |
|
Florian Weingarten
|
f9027d54ab
|
Use invoke_drop in map filter
|
2013-07-24 15:41:50 -04:00 |
|
Tristan Hume
|
84be895db2
|
Fancy StringScanner based lexer
|
2013-07-24 15:39:48 -04:00 |
|
Tristan Hume
|
b20a594f25
|
Better lexer
|
2013-07-24 15:19:14 -04:00 |
|
Tristan Hume
|
76272a1afa
|
Bring back the lexer
|
2013-07-24 14:40:29 -04:00 |
|
Tristan Hume
|
61a6deb43b
|
Descriptive comment for lexer
|
2013-07-24 12:00:51 -04:00 |
|
Tristan Hume
|
ee14775f83
|
Replace hand-coded lexer with faster hacky lexer.
|
2013-07-24 11:41:47 -04:00 |
|
Tristan Hume
|
2332d86156
|
Slow lexer and parser scaffold.
|
2013-07-24 11:35:00 -04:00 |
|
Florian Weingarten
|
fbfda1a189
|
Little cosmetic change
|
2013-07-05 11:30:50 -04:00 |
|
Florian Weingarten
|
f0ecd02199
|
Fix some blank tests
|
2013-07-03 02:47:22 +02:00 |
|
Florian Weingarten
|
4a103a9dde
|
Merge pull request #218 from Shopify/dont_render_blank_blocks
Dont render blank blocks
|
2013-07-02 15:15:54 -07:00 |
|
Florian Weingarten
|
0f38fe3596
|
Add blank test for case tags
|
2013-07-02 18:08:20 -04:00 |
|
Florian Weingarten
|
cd3f976288
|
Merge branch 'master' into dont_render_blank_blocks
Conflicts:
lib/liquid/tag.rb
|
2013-07-02 14:00:30 -04:00 |
|
Florian Weingarten
|
b53601100f
|
Make sure include tags are never blank
|
2013-07-02 13:57:27 -04:00 |
|
Florian Weingarten
|
5c5e7de31e
|
Merge pull request #221 from d-Pixie/master
Changes not empty? to any?
|
2013-07-01 07:55:26 -07:00 |
|
Jonas Schubert Erlandsson
|
f91233450f
|
Changes not empty? to any?
|
2013-07-01 16:12:58 +02:00 |
|
Florian Weingarten
|
429e492984
|
Merge pull request #220 from coding46/master
Fix some typos in comments
|
2013-06-27 13:20:24 -07:00 |
|
G. Bodenschatz
|
d36a1c518b
|
Fix some typos in comments
|
2013-06-27 22:16:23 +02:00 |
|
Florian Weingarten
|
40a37c3fb6
|
Merge branch 'master' into dont_render_blank_blocks
Conflicts:
lib/liquid/tags/cycle.rb
lib/liquid/tags/increment.rb
|
2013-06-27 10:03:18 -04:00 |
|
Florian Weingarten
|
37309678de
|
Merge pull request #219 from Shopify/indent_and_trailing_ws_cleanup
Convert legacy tab indentation to spaces and remove trailing whitespace ...
|
2013-06-27 06:50:28 -07:00 |
|
Florian Weingarten
|
cfb60c2f1b
|
Update History.md
|
2013-06-27 14:30:37 +02:00 |
|