Releases: cogsandsquigs/nand7400
Releases · cogsandsquigs/nand7400
v0.4.1
Added a built-in formatter.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Major parsing update:
- Added comments with
;
instead of//
. - Allowed for
.byte
and.org
directives. - Allowed for different memory addressing modes.
Full Changelog: v0.3.2...v0.4.0
v0.4.0-alpha.1
Fixes for Swift bindings.
Full Changelog: v0.4.0-alpha.0...v0.4.0-alpha.1
v0.4.0-alpha.0
Alpha version for testing of the Swift/Xcode library.
Full Changelog: v0.3.2...v0.4.0-alpha.0
v0.3.2: Update API + docs
Full Changelog: v0.3.1...v0.3.2
v0.3.1: Allow for numbers overflowing i8s but within u8s
v0.3.0: Allow for negative literal values
Full Changelog: v0.2.1...v0.3.0
v0.2.1: Allow for the return of both binary and AST
Full Changelog: v0.2.0...v0.2.1
v0.2.0: Allow for multiple errors to be returned from bindings
Allow for multiple errors to be returned from bindings. This does not affect the rust API, but does affect the bindings one.
v0.1.3: Fix parsing issue with labels.
Fixed issue where labels are offset by 1 in their address.