Update class PARSER to be able to parse macros. #12

Open
opened 2018-12-17 19:35:00 +01:00 by Lerking · 0 comments
Lerking commented 2018-12-17 19:35:00 +01:00 (Migrated from github.com)

#define GTK_H is the simplest form of macro - simply define a value/token.

  • Parse single line macros.
  • Parse multi line macros.
#define __GTK_H__ is the simplest form of macro - simply define a value/token. - [ ] Parse single line macros. - [ ] Parse multi line macros.
Sign in to join this conversation.