This repository was archived by the owner on Mar 11, 2026. It is now read-only.
1.4.2
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
StringNameinstead ofStringfor "PKExpressions" metadata on Nodes. For compatibility, if the metadata is aStringthen it is still accepted, then converted intoStringName. - 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.