tdammers / ginger

A Haskell implementation of the Jinja template language.
MIT License
77 stars 13 forks source link

Use Python style logical operators. Fix #31 #32

Closed wchresta closed 6 years ago

wchresta commented 6 years ago

Use and and or instead of && and ||

This drops support for && and ||

wchresta commented 6 years ago

Done, both style of operators are now supported.