working on adding proc-macro that replaces macro_rules-based instrs! macro
authorJacob Lifshay <programmerjake@gmail.com>
Sat, 29 Aug 2020 01:15:09 +0000 (18:15 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Sat, 29 Aug 2020 01:15:09 +0000 (18:15 -0700)
commitd5a5f31497c7a7f9fdeaba6fc290557e45d8e2c0
tree4a044a681648a71f6de3d6f5a3e91645dc222705
parent6da2c26915064a287bc8df75b081762da7ed5a3b
working on adding proc-macro that replaces macro_rules-based instrs! macro
Cargo.lock
Cargo.toml
power-instruction-analyzer-proc-macro/Cargo.toml [new file with mode: 0644]
power-instruction-analyzer-proc-macro/src/lib.rs [new file with mode: 0644]
src/instr_models.rs
src/lib.rs
src/python.rs
tests/test_power_instruction_analyzer.py