Releases: brandtbucher/specialist
Releases · brandtbucher/specialist
Specialist 0.2
This release correctly treats all COMPARE_OP_*_JUMP
instructions as superinstructions. Additionally, file parsing has been refactored for more robust error recovery in the presence of source modifications.
Specialist also now prints all output to stderr
, rather than stdout
.
Specialist 0.1.1
This release fixes Specialist's version number, which was incorrect in the last release.
Specialist 0.1
This release introduces a new -o <output>
/--output <output>
command-line option. If provided, HTML files will be written to the provided directory (rather than opened using a web browser).
The default source encoding has also been changed to UTF-8.
Specialist 0
This is the initial release of Specialist.