Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

1.4.2

Choose a tag to compare

@phosxd phosxd released this 14 May 08:03
· 32 commits to main since this release

General QOL changes, refactoring & fixes.

  • Now says at which character the error was found, when parsing a PKExpression.
  • Merged the "About" & "Getting Started" guide pages.
  • Switched to using StringName instead of String for "PKExpressions" metadata on Nodes. For compatibility, if the metadata is a String then it is still accepted, then converted into StringName.
  • Refactored some code, to make future changes/additions easier.
  • Various parsing changes for optimization.
  • Various fixes.

Relevant fixes & optimizations. Update recommended.
NOTE: This release introduced a new bug where the error message for when a PKExpression accesses properties from an unsupported built-in type would not be formatted correctly. Not a huge issue so I wont re-release this just for a tiny fix, just be aware.