mirror of
https://github.com/DMaroo/GhidRust.git
synced 2025-12-18 08:30:24 +01:00
Make the decompiler plugin invoke the transpiler
This commit is contained in:
@@ -100,6 +100,8 @@ public interface CParserConstants {
|
||||
int LETTER = 55;
|
||||
/** RegularExpression Id. */
|
||||
int DIGIT = 56;
|
||||
/** RegularExpression Id. */
|
||||
int SEPARATOR = 57;
|
||||
|
||||
/** Lexical state. */
|
||||
int DEFAULT = 0;
|
||||
@@ -165,6 +167,7 @@ public interface CParserConstants {
|
||||
"<IDENTIFIER>",
|
||||
"<LETTER>",
|
||||
"<DIGIT>",
|
||||
"<SEPARATOR>",
|
||||
"\";\"",
|
||||
"\",\"",
|
||||
"\"=\"",
|
||||
|
||||
Reference in New Issue
Block a user