Make the decompiler plugin invoke the transpiler

This commit is contained in:
Dhruv Maroo
2023-04-22 07:04:44 +05:30
parent 8f916a6a8d
commit 59fef18c3a
9 changed files with 1511 additions and 1454 deletions

View File

@@ -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>",
"\";\"",
"\",\"",
"\"=\"",