mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22: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:
@@ -27,7 +27,7 @@ struct Expression {
|
||||
uint32_t nRPNPatchSize; // Size the expression will take in the obj file
|
||||
};
|
||||
|
||||
/* FIXME: Should be defined in `asmy.h`, but impossible with POSIX Yacc */
|
||||
/* FIXME: Should be defined in `parser.h`, but impossible with POSIX Yacc */
|
||||
extern int32_t nPCOffset;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user