-plug technical dept

This commit is contained in:
anon
2024-07-14 19:42:20 +02:00
parent 47e725ee35
commit 741e3f0f4e
8 changed files with 87 additions and 58 deletions

View File

@ -1,4 +1,4 @@
source debug/instructions.tcl
source tool/instruction_generator/instructions.tcl
proc make_parser_rules {is} {
proc init_iarg {a n} {

View File

@ -1,4 +1,4 @@
source debug/instructions.tcl
source tool/instruction_generator/instructions.tcl
proc make_scanner_instructions {is} {
proc make_scanner_instruction {i} {

View File

@ -1,4 +1,4 @@
source debug/instructions.tcl
source tool/instruction_generator/instructions.tcl
proc make_token_list {is} {
proc uniq_instl {is} {