Skip to content

Conversation

@wpkelso
Copy link
Owner

@wpkelso wpkelso commented Jan 15, 2025

No description provided.


fn check_comma(
token: &Token,
instr: &mut MaybeUnresolvedInstr,

Check warning

Code scanning / clippy

unused variable: instr Warning

unused variable: instr
pub fn translate_line(line: &str) -> MaybeUnresolvedInstr {
todo!()
pub fn translate_line(line: &str) -> Result<Vec<MaybeUnresolvedInstr>> {
let (instruction, comment) = line.split_once(';').unwrap();

Check warning

Code scanning / clippy

unused variable: comment Warning

unused variable: comment
token_chain.append(&mut tokens);
}

let (label, chain) = lexer::lexer(&token_chain);

Check warning

Code scanning / clippy

unused variable: label Warning

unused variable: label
@github-actions
Copy link

Code Coverage Report: Only Changed Files listed

Code Coverage

Package Coverage
Overall Coverage 🟢 92.39%

Minimum allowed coverage is 0%, this run produced 92.39%

@wpkelso wpkelso closed this Jun 27, 2025
@wpkelso wpkelso deleted the asm-entry branch June 27, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants