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 spec additions #14

Closed Boscillator closed 7 years ago

Boscillator commented 7 years ago

The pull request contains to changes to the template spec.

First, it add all the simple arithmetic operators, as well as equality and inequality operators.

Second, it adds a record mode and some utility action tags for it. This effectively allows the creation of macros. (see spec for details)

ghost commented 7 years ago

Just trying to generally keep text quality up.

ghost commented 7 years ago

Looks good.