andy
|
66a9bc563a
|
Feat: Add support for Swift 4.0
|
2018-10-01 11:58:20 +01:00 |
|
Ilya Puchka
|
d9f6a82f97
|
Convert Token from enum to struct (#256)
* convert Token from enum to struct
* private setter for components
* updated CHANGELOG
|
2018-09-30 21:48:44 +01:00 |
|
Ilya Puchka
|
f7bda226e8
|
Update to Spectre 0.9.0 (#247)
* update to Spectre 0.9.0
* fix variable spec tests
* fix flatMap warning
* updated CHANGELOG
|
2018-09-23 03:46:27 +03:00 |
|
Ilya Puchka
|
2c3962a3de
|
Added support for brackets in boolean expressions (#165)
* added support for brackets in boolean expressions
* more descriptive error messages
* use array slices
* added test for nested expressions
* removed brackets validation step
* address code review comments
* added doc comment
* simplify expression spec
* fixed docs
|
2018-09-21 22:07:28 +03:00 |
|
Ilya Puchka
|
3a4cd8aa27
|
Merge branch 'master' into errors-logs-improvements
|
2018-08-12 22:08:13 +01:00 |
|
Ilya Puchka
|
fe01beb4bb
|
feat(for loop): Support range literals (#192)
|
2018-04-04 17:56:58 -07:00 |
|
Ilya Puchka
|
662849e968
|
removed trailing witespaces
|
2018-01-01 16:22:06 +01:00 |
|
Ilya Puchka
|
cb124319ec
|
removed unneeded changes
|
2018-01-01 16:22:05 +01:00 |
|
Ilya Puchka
|
53c1550c5b
|
reporting node rendering errors using reference to node’s token
|
2018-01-01 16:21:50 +01:00 |
|
Ilya Puchka
|
e59609f140
|
handling unknown filter errors
|
2018-01-01 16:21:50 +01:00 |
|
Ilya Puchka
|
6300dbc7bf
|
improved template syntax errors with file, line number and failed token highlighted in error message
|
2018-01-01 16:21:48 +01:00 |
|
Ilya Puchka
|
3180b26673
|
feat: added in expression in if tag (#143)
|
2017-10-01 11:46:48 +01:00 |
|
Kyle Fuller
|
dc8759ba34
|
feat(if): Support elif tags
|
2017-03-03 09:56:41 +00:00 |
|
Kyle Fuller
|
233dcfc59a
|
refactor(if node): Support multiple conditions
|
2017-03-03 09:25:16 +00:00 |
|
Kyle Fuller
|
99efba56e9
|
feat: Support filters in if expressions
Closes #90
|
2017-01-05 20:56:09 +00:00 |
|
Kyle Fuller
|
d024da5567
|
fix(if): Allow operator use
|
2016-11-30 17:12:41 +00:00 |
|
Kyle Fuller
|
c59b263446
|
feat(if): Support >, >=, < and <= operators
Closes #52
|
2016-11-28 19:24:26 +00:00 |
|
Kyle Fuller
|
ab6f1a032d
|
feat(if): Support inequality operator
|
2016-11-28 19:24:26 +00:00 |
|
Kyle Fuller
|
e989317929
|
feat(if): Support equatable operator
|
2016-11-28 19:24:26 +00:00 |
|
Kyle Fuller
|
6ad609e562
|
refactor(if): Move expressions to separate file
|
2016-11-28 19:24:26 +00:00 |
|
Kyle Fuller
|
e84f8a41d4
|
feat(if): Support and, or and not during if expressions
Closes #73
|
2016-11-28 02:56:04 +00:00 |
|
Kyle Fuller
|
2324808dca
|
fix(if): Treat below 0 numbers as negative
|
2016-11-27 20:11:51 +00:00 |
|
Kyle Fuller
|
a13401b046
|
chore: Lock down APIs
|
2016-11-27 02:20:46 +00:00 |
|
Kyle Fuller
|
feff3b18b1
|
Add support for Swift 3.0
|
2016-09-13 19:12:47 +01:00 |
|
Syo Ikeda
|
7bfb69cc82
|
[IfNode] Fix the ifnot error message
|
2016-07-20 02:42:09 +09:00 |
|
Syo Ikeda
|
5007ba2c9a
|
[IfNode] Accept and evaluate a Bool value as a valid expression
|
2016-07-20 02:42:09 +09:00 |
|
Kyle Fuller
|
67d4c52535
|
[Context] Ensure pop happens when an error is thrown
|
2016-03-05 00:37:12 +00:00 |
|
Kyle Fuller
|
48026cde2c
|
Split tags into separate files
|
2016-03-05 00:15:18 +00:00 |
|