Tristan Hume
|
5bdfb62bf2
|
Remove old warning method
|
2013-08-22 12:57:16 -04:00 |
|
Tristan Hume
|
b0cba5298a
|
Fix warnings and make tags a proper syntax tree.
|
2013-08-22 12:44:23 -04:00 |
|
Tristan Hume
|
93fcd5687c
|
Broken warnings implementation.
|
2013-08-22 12:12:35 -04:00 |
|
Tristan Hume
|
14a17520de
|
Merge branch 'master' into recursive-parsing
|
2013-08-22 10:39:08 -04:00 |
|
Tristan Hume
|
0beb4a4793
|
Add handy context to strict parser error messages.
|
2013-08-19 15:45:05 -04:00 |
|
Tristan Hume
|
324d26d405
|
Consistent lack of periods in syntax errors.
|
2013-08-19 15:20:39 -04:00 |
|
Tristan Hume
|
047900d0dd
|
Proper warning support
|
2013-08-19 15:14:26 -04:00 |
|
Florian Weingarten
|
a57d576708
|
Overwrite drop inspect
|
2013-08-19 12:08:27 -04:00 |
|
Florian Weingarten
|
ed4b61bfd3
|
Fix broken map test and add sort test
|
2013-08-08 11:53:52 -04:00 |
|
Florian Weingarten
|
8f978ecd1a
|
Make sort filter work on Enumerable drops
|
2013-08-08 11:47:26 -04:00 |
|
Tristan Hume
|
6cde98319f
|
More little fixes and changed default benchmark
|
2013-08-02 15:21:15 -04:00 |
|
Tristan Hume
|
15b53b77d6
|
Make stuff nicer
|
2013-08-02 15:17:17 -04:00 |
|
Tristan Hume
|
48f50eea3b
|
Remove unused lex_specials method
|
2013-08-02 15:12:11 -04:00 |
|
Florian Weingarten
|
f98949117d
|
Fix .include? method on Enumerable drops, used by "contains" conditions
|
2013-08-02 10:23:10 -04:00 |
|
Florian Weingarten
|
7fdb789eac
|
Ruby 1.8.x compatibility
|
2013-08-01 13:56:01 -04:00 |
|
Florian Weingarten
|
ff570c3ddc
|
Fix clashing method names in enumerable drops
|
2013-08-01 13:17:02 -04:00 |
|
Tristan Hume
|
f6eacbf875
|
Add prayer for forgiveness.
|
2013-07-31 09:49:31 -04:00 |
|
Tristan Hume
|
c5afdc529a
|
Shuffle logic around.
|
2013-07-30 16:17:03 -04:00 |
|
Tristan Hume
|
84f0c1bef8
|
Initial options passing
|
2013-07-30 14:44:41 -04:00 |
|
Tristan Hume
|
3b3961be39
|
Use lax mode by default so nothing breaks
|
2013-07-29 16:28:20 -04:00 |
|
Tristan Hume
|
8ca00982b6
|
Fixed ranges and added for loop parser
|
2013-07-29 14:11:47 -04:00 |
|
Tristan Hume
|
525e1ff195
|
Add range support
|
2013-07-29 13:25:48 -04:00 |
|
Tristan Hume
|
8f4b398c7a
|
Abstract parser switching into tag
|
2013-07-29 13:00:35 -04:00 |
|
Tristan Hume
|
d5d41a8202
|
Make previous commit work
|
2013-07-29 12:43:05 -04:00 |
|
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
|
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
|
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
|
3e13ed4ba1
|
Fix mapping over procs
|
2013-07-25 22:11:44 -04: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
|
4da7b36139
|
New variable parser!
|
2013-07-25 11:38:57 -04:00 |
|
Tristan Hume
|
f43e973e67
|
Basic expression parsing
|
2013-07-24 16:36:14 -04: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 |
|