When parsing a macro, store its offset and number of actions

This commit is contained in:
Eric Tang
2017-08-09 09:49:30 -07:00
parent 1c91a7d5d9
commit c983e58d8e
5 changed files with 36 additions and 3 deletions

3
right/src/macros.c Normal file
View File

@@ -0,0 +1,3 @@
#include "macros.h"
macro_reference_t AllMacros[MAX_MACRO_NUM];