Skip to content

Releases: hchiam/please

Please Transformer v0.3.1

12 Jun 21:18
Compare
Choose a tag to compare
  • Added ability to create "dictionaries" (Python's hashtables).
  • Added variable interpolation when printing.
  • Updated expected_output.md test input code.
  • Minor bug fixes.

Please Transformer v0.3.0

08 Jun 03:17
Compare
Choose a tag to compare

Added: classes.

NON backwards-compatible changes:

  • Variables: say assign [variable] the value […] instead of assign […] to [variable].
  • Lists: say list starting from […] ending at […] instead of list from […] to […].

Why? Better phrasing in order to avoid “to” being misunderstood as “2”.

Please transformer v0.2.1

19 May 18:53
Compare
Choose a tag to compare

Minor bug fixes for Please transformer v0.2.0: works properly for both terse and non-terse modes.

Please transformer v0.2.0

19 May 00:35
Compare
Choose a tag to compare
Pre-release

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

18 May 01:14
Compare
Choose a tag to compare
Pre-release

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.