Skip to content

Commit

Permalink
Improve the structure of LLQL to be easy to modify and expected where…
Browse files Browse the repository at this point in the history
… to change
  • Loading branch information
AmrDeveloper committed Nov 14, 2024
1 parent 6fbfb89 commit f1694e8
Show file tree
Hide file tree
Showing 20 changed files with 1,621 additions and 1,571 deletions.
322 changes: 0 additions & 322 deletions src/functions/inst_matcher.rs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ use gitql_core::signature::Function;
use gitql_core::signature::Signature;
use gitql_core::values::base::Value;

use crate::functions::binary_matcher_signature;
use crate::functions::binary_matchers_sides;
use crate::ir::values::InstMatcherValue;

use crate::matchers::instruction_matcher::ArithmeticInstMatcher;

use super::binary_matcher_signature;
use super::binary_matchers_sides;
use crate::matchers::arithmetic::ArithmeticInstMatcher;

#[inline(always)]
pub fn register_arithmetic_matchers_functions(map: &mut HashMap<&'static str, Function>) {
Expand Down
Loading

0 comments on commit f1694e8

Please sign in to comment.