Releases: norswap/autumn
Releases · norswap/autumn
Autumn 1.2.0
This version slightly refactors the test fixture class, which is now called AutumnTestFixture
. The prefix
and success
test method now also check that the value stack contains a single item.
Autumn 1.1.0
This releases adds a few quality-of-life improvements around printing input positions along with file names.
In particular, "input names" (usually file names) are now carried inside LineMap
instances. This is an API breaking change justifying the minor version bump. See the changelog for full details.
Autumn 1.0.7
Adds new StringChoice
parser.
Autumn 1.0.6
The main highlight of this release is the new reserved words & identifier system.
Autumn 1.0.4
The first official Autumn release! Yippee ki yay!