Skip to content

0.8.0

Choose a tag to compare

@python-processing-unit python-processing-unit released this 13 Mar 12:50
· 26 commits to main since this release
Immutable release. Only release title and notes can be modified.

Major changes

N/A

Minor changes

Remove spaces between args in PRINT.

Patches

Fix CATCH specification in section 3.4 of the specification.

Update specification section 3.3 to specify that conditions accept all types.

Add horizontal rules to the specification section 9.

Complete GOTO implementation.

Ban implicit MAP returns from FUNC.

Ban non-ASCII chars from source code.

Ban SYMBOL pseudo-type from CATCH.

Ban newline between IF and ELSEIF|ELSE.

Ban newline between TRY and CATCH.

Correct argument parsing.

Do not run ASYNC in STOP or PAUSE.

Fix SHUSH specification.

Make FOR counter loop-local.

Ban RETURN from outside FUNC.

Fix specification 9.2.3.

Fix MAP's Boolean representation.

Ban invalid ^.

Ban incorrect bracket kinds.

Fix specification section 4.4.1.

Restrict GOTOPOINT to STR and positive INT.

Require parentheses for CONTINUE.

Remove spaces from WARN.

Fix specification 9.1.12.

Enforce STOP.

Fix READFILE and WRITEFILE.

Fix PARFOR loop control.