From 1ecee352f5844b0809d7ae66df52e34f42b44c8e Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Thu, 6 Mar 2025 20:33:27 +1300 Subject: Rewrite entire assembler The language is now more general, the code is better structured, error reporting is more detailed, and many new language features have been implemented: - conditional blocks - first-class strings - more expression operators - binary literals - negative values - invocations in constant expressions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 27b344f..5755774 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,9 @@ version = "1.2.0" edition = "2021" [dependencies] -assembler = { git = "git://benbridle.com/assembler", tag = "v2.0.1" } +assembler = { git = "git://benbridle.com/assembler", tag = "v2.1.0" } log = { git = "git://benbridle.com/log", tag = "v1.1.2" } -switchboard = { git = "git://benbridle.com/switchboard", tag = "v1.0.0" } +switchboard = { git = "git://benbridle.com/switchboard", tag = "v2.1.0" } paste = "1.0.15" indexmap = "2.7.1" -- cgit v1.2.3-70-g09d2