1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
This commit is contained in:
dark64 2022-10-18 15:43:23 +02:00
parent 6b8f792a11
commit 0abf850458

View file

@ -425,19 +425,7 @@ mod ast {
pub span: Span<'ast>,
}
// #[derive(Debug, FromPest, PartialEq, Eq, Clone)]
// #[pest_ast(rule(Rule::op_asm_assign))]
// pub struct AssemblyAssignOperator;
//
// #[derive(Debug, FromPest, PartialEq, Eq, Clone)]
// #[pest_ast(rule(Rule::op_asm_assign_constrain))]
// pub struct AssemblyAssignConstrainOperator;
//
// #[derive(Debug, FromPest, PartialEq, Eq, Clone)]
// #[pest_ast(rule(Rule::op_asm_constrain))]
// pub struct AssemblyConstrainOperator;
#[derive(Debug, PartialEq, Clone)]
#[derive(Debug, PartialEq, Eq, Clone)]
pub enum AssignmentOperator {
Assign,
AssignConstrain,