assembler: Tokeniser updates, Compiler Engine is back finally

This commit is contained in:
2025-06-25 17:55:34 +01:00
parent 9b9e153500
commit 7565374d5b
6 changed files with 394 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ use std::{
path::{Path, PathBuf},
};
use assembler::compiler_engine::CompilerEngine;
use common::prelude::Instruction;
use egui::{Align, Context, Key, Layout, Ui};