Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

58 lines (35 loc) · 1.62 KB

Change Log

All notable changes to the "Pnut - A reimplementation in TypeScript" are documented in this file.

Check Keep a Changelog for reminders on how to structure this file. Also, note that our version numbering adheres to Semantic Versioning.

[Unreleased]

Work to appear in upcoming releases:

  • Add revised STRUCT support as in PNut_v45.exe
  • Add enhanced DEBUG support as in PNut_v46.exe
  • Add TASK support as in PNut_v47.exe
  • Preprocessor support is superset of that in PNut_v48.exe (no need to add)

[1.43.3] 2024-12-14

  • Allow empty VAR (#6)
  • Repair command-line -0 option parsing (#4)
  • Adds new --altbin (-a) option to force output binary to have .binary suffix
  • Compatible with PNut_v43.exe

[1.43.2] 2024-09-22

  • Repair command-line option parsing (on Windows/Linux)
  • BUGFIX fixed elementizer issues caused by preprocessor changes
  • Compatible with PNut_v43.exe

known issues v1.43.2

  • Compiler occasionally produces duplicate error messages

[1.43.1] 2024-09-17

  • Finish implementation of PreProcessor (Oops!)
  • Clean up output under error conditions
  • Compatible with PNut_v43.exe

known issues v1.43.1

  • Compiler occasionally produces duplicate error messages

[1.43.0] 2024-09-11

  • Initial Release for Testing
  • Compatible with PNut_v43.exe

[0.43.1] 2024-08-30

  • Fix linux x86 packaging along with install docs

[0.43.0] 2024-08-29

  • Preparation of initial release for testing

[0.0.0] 2024-01-02

  • Initial repo created