From b768b2c6749986b0efe8610c023b42eb0d9e2ce6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 31 Oct 2024 16:10:48 +0100 Subject: Add support for anonymous labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow for anonymous labels to be defined and referenced by using the same syntax as cc65. Signed-off-by: Miquel Sabaté Solà --- lib/xixanta/src/errors.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/xixanta/src/errors.rs') diff --git a/lib/xixanta/src/errors.rs b/lib/xixanta/src/errors.rs index d5444df..6abf280 100644 --- a/lib/xixanta/src/errors.rs +++ b/lib/xixanta/src/errors.rs @@ -45,6 +45,7 @@ pub enum ContextErrorReason { Redefinition, UnknownVariable, BadScope, + Label, Other, } -- cgit v1.2.3