Releases: hchiam/please
Releases · hchiam/please
Please Transformer v0.3.1
Please Transformer v0.3.0
Added: classes.
NON backwards-compatible changes:
- Variables: say
assign [variable] the value […]
instead ofassign […] to [variable]
. - Lists: say
list starting from […] ending at […]
instead oflist from […] to […]
.
Why? Better phrasing in order to avoid “to” being misunderstood as “2”.
Please transformer v0.2.1
Minor bug fixes for Please transformer v0.2.0: works properly for both terse and non-terse modes.
Please transformer v0.2.0
Takes text.txt written in Please syntax, transforms it into Python code, and then runs that Python code.
Greatly simplified the code from v0.1.0; shortened by 30%; from 886 lines to 614 lines.
Please interpreter v0.1.0
This is a working version of Please using an interpreter that runs code directly from a text file.
This initial version passes the expected test output described in expected_output.md
.
Built with Python 3.6.0.