unknown
afbb2089db
pass all tests in both interpreter and compiler mode
преди 16 години
unknown
591c81d533
Merge branch 'compiler' of github.com:thegrandpoobah/mustache.js into compiler
преди 16 години
unknown
081772c3f4
replicate interpreter tests into compiler tests.
преди 16 години
unknown
97736b7a49
Submit template compiler.
преди 16 години
thegrandpoobah
b09b5f2ec5
whitespace fixes
преди 16 години
thegrandpoobah
9eb8aa4c84
clean up noisy parserContext references
преди 16 години
unknown
82609d5c92
adjust tests to match new parser. adjust (most) tests for whitespace issues
преди 16 години
unknown
d75f981cf9
proper undefined check
преди 16 години
unknown
faa9fc7712
add pragma support
преди 16 години
unknown
17d804b189
fix variable reference error
преди 16 години
unknown
cb8d2f58ff
first checkin of token based template parser
преди 16 години
thegrandpoobah
12ce899b83
{{%IMPLICIT-ITERATOR}} should be a no-op
преди 16 години
thegrandpoobah
ecf7bb606c
this/that clean-up
преди 16 години
thegrandpoobah
8053051cb6
Turn interpreter into a recursive descent parser.
преди 16 години
thegrandpoobah
180c02e641
ignore equal signs if not forming a set delimiter
преди 16 години
thegrandpoobah
0831ea55b3
issue 46: change of set delimiter should also affect sections and inverted sections.
преди 16 години
thegrandpoobah
937c4f8a5d
partial fix for issue 48.
преди 16 години
thegrandpoobah
6cc86e23a1
add QUnit tests based on the examples folder.
преди 16 години
thegrandpoobah
a83dd64573
According to the documentation, & is also an unescaping character.
преди 16 години
thegrandpoobah
d6cc13834e
fix test case
преди 16 години
thegrandpoobah
611bae9950
Test case for Issue 46
преди 16 години
thegrandpoobah
27ea4e5468
fix a bug in the function includes when changing delimiters to characters that need to be escaped in regexes.
преди 16 години
thegrandpoobah
336d21a1a4
More spelling mistake fixes
преди 16 години
thegrandpoobah
b45570ebf7
current was misspelled
преди 16 години
thegrandpoobah
1d6337de5c
Merge with trunk
преди 16 години
thegrandpoobah
5f07924fd9
Add test case for a bug when using delimiters, partials, and sections together.
преди 16 години
Jan Lehnardt
e4ab54d524
better whitspacing, closes #41
преди 16 години
Jan Lehnardt
1ddda5c5f8
Allow empty-string partials.
Closes #40 .
преди 16 години
Jan Lehnardt
497be8d81f
update changes
преди 16 години
Jan Lehnardt
5c08642838
Make IMPLICIT ITERATORS a first class feature.
Closes #39 .
преди 16 години
Jan Lehnardt
87c7ff84bd
whitespacin’
преди 16 години
Jan Lehnardt
88f2e7e200
open FaQ, answer dot notation question
преди 16 години
thegrandpoobah
7c8b513db9
Add parameterized function support.
преди 16 години
thegrandpoobah
1f0c6b6241
merge with janl
преди 16 години
Jan Lehnardt
0b10ab0db8
Regex: \w includes "_". Thanks Leeoniya.
преди 16 години
Jan Lehnardt
e33d4f8bf8
whitespacin'
преди 16 години
Jan Lehnardt
e3911963f3
JSLint hurt my feelings.
преди 16 години
Jan Lehnardt
53ec2d559b
less cat
преди 16 години
Jan Lehnardt
7be0692b2f
pedantry
преди 16 години
Jan Lehnardt
2bab7be637
Less code per line, fix Rhino compat.
преди 16 години
Jan Lehnardt
86ed681de7
more pedantry
преди 16 години
Jan Lehnardt
c6fc49c783
Add package.json to CommonJS package (`rake commonjs`).
Use fancy regex to auto-fill the version number.
Closes #37 .
преди 16 години
Jan Lehnardt
3abfafa553
Fix typo in comment. #pedantry
преди 16 години
Jan Lehnardt
4466a47561
whoopsiedupecode
преди 16 години
Jan Lehnardt
1f0ca2fe50
Add test case for recursive partial. If it weren't for complex.html
it could be neat and there'd be s/kids/children/ — Oh well.
преди 16 години
Jan Lehnardt
1e7fce2e7a
Remove expensive merge() method. Context lookups for nested sections
and partials are now performed on the current context and the top-
level view object. This avoids a ton of copying and duplication of
view objects and contexts.
преди 16 години
Sahab Yazdani
3dd4c87e09
How embarrassing.
преди 16 години
endor
dd19083d5f
tests for partial recursion
преди 16 години
Jan Lehnardt
885501df7d
Add test case to close #11 . No bugfix necessary.
преди 16 години
Jan Lehnardt
4e01d9faf6
update THANKS, CHANGES
преди 16 години