diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-10-31 16:10:48 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-12 07:54:58 +0100 |
| commit | b768b2c6749986b0efe8610c023b42eb0d9e2ce6 (patch) | |
| tree | 66dda2259ca11022454b0d88948ffe145fb1d090 /lib/xixanta/src/errors.rs | |
| parent | d2d6d90acf2e9a8ccb4cbcec619d2a0d49cd462a (diff) | |
| download | tools.nes-b768b2c6749986b0efe8610c023b42eb0d9e2ce6.tar.gz tools.nes-b768b2c6749986b0efe8610c023b42eb0d9e2ce6.zip | |
Add support for anonymous labels
Allow for anonymous labels to be defined and referenced by using the
same syntax as cc65.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'lib/xixanta/src/errors.rs')
| -rw-r--r-- | lib/xixanta/src/errors.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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, } |
