PyHP-pph / PyHP_pph

This repository serves as a centre for collaboration on the PyHP++# language. It will also include a functioning interpreter and compiler for PyHP++# once the standard is finalised.
https://www.reddit.com/r/PyHP_pph/
GNU Affero General Public License v3.0
23 stars 3 forks source link

template.md implies should_print is special, but only mentions it in the examples. #17

Closed Kampfkarren closed 7 years ago

Kampfkarren commented 7 years ago

https://github.com/PyHP-pph/PyHP-pph/blob/master/spec/template.md

In the default action tags, should_print is not listed anywhere, but is implied to be an action in the examples. should_print should be in the default action tags to be accurate.

Boscillator commented 7 years ago

should_print is not special. In that example should_print is aliased to yes using the ^ tag.

Kampfkarren commented 7 years ago

Oh, I misunderstood. Closing.