mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 11:12:07 +00:00
Rename asmy to more explicit parser
This should make the purpose of that file clearer to newcomers
This commit is contained in:
4
src/asm/.gitignore
vendored
4
src/asm/.gitignore
vendored
@@ -1,2 +1,2 @@
|
||||
asmy.c
|
||||
asmy.h
|
||||
/parser.c
|
||||
/parser.h
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "asm/util.h"
|
||||
#include "asm/warning.h"
|
||||
/* Include this last so it gets all type & constant definitions */
|
||||
#include "asmy.h" /* For token definitions, generated from asmy.y */
|
||||
#include "parser.h" /* For token definitions, generated from parser.y */
|
||||
|
||||
#ifdef LEXER_DEBUG
|
||||
#define dbgPrint(...) fprintf(stderr, "[lexer] " __VA_ARGS__)
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "asm/rpn.h"
|
||||
#include "asm/symbol.h"
|
||||
#include "asm/warning.h"
|
||||
#include "asmy.h"
|
||||
#include "parser.h"
|
||||
|
||||
#include "extern/err.h"
|
||||
#include "extern/getopt.h"
|
||||
|
||||
Reference in New Issue
Block a user