Split macro arg management into its own file

It has no relation to symbols, and helps a tiny bit deflate `symbol.c`
This commit is contained in:
ISSOtm
2020-03-11 02:39:36 +01:00
parent 4b33b4b387
commit ffdb1fbfe5
9 changed files with 156 additions and 118 deletions

View File

@@ -20,6 +20,7 @@
#include "asm/charmap.h"
#include "asm/fstack.h"
#include "asm/lexer.h"
#include "asm/macro.h"
#include "asm/main.h"
#include "asm/mymath.h"
#include "asm/rpn.h"