📄️ Better Method Creation
A series of methods was otherwise ugly to implement into a Lua table.
📄️ Improved Iteration
Pluto improves iteration in a few ways.
📄️ Optional Parentheses
The parenthesis around some types of expressions are optional now.
📄️ Reserved Identifiers
Pluto allows you to use reserved tokens such as if from Lua and when from Pluto as identifiers with shorthand table syntax and for goto labels.
📄️ Syntax Errors
The messages for syntax errors are enhanced. They include tailored messages and code snippets, which should help newer programmers identify problems quicker. It's not a game changer, but it's neat.