Create line analyzer function. #6

Closed
opened 2018-12-09 20:35:56 +01:00 by Lerking · 1 comment
Lerking commented 2018-12-09 20:35:56 +01:00 (Migrated from github.com)

Line analyzer.

  • Setup types. - PREPROCESS = 1 etc.
  • Setup dictionary with keyword : type. - ["%ifdef" : PREPROCESS, ....]
  • Analyze preprocessor keywords.
  • %ifdef
  • %ifndef
  • %endif
  • Analyse comments.
  • Single line comment.
  • Inline comment.
  • Multiline comment.
Line analyzer. - [x] Setup types. - PREPROCESS = 1 etc. - [x] Setup dictionary with keyword : type. - ["%ifdef" : PREPROCESS, ....] - Analyze preprocessor keywords. - [x] %ifdef - [x] %ifndef - [x] %endif - Analyse comments. - [x] Single line comment. - [x] Inline comment. - [x] Multiline comment.
Lerking commented 2018-12-12 06:49:50 +01:00 (Migrated from github.com)

Added Element type definitions.
Added hdr_keywords and inc_keywords.

Added Element type definitions. Added hdr_keywords and inc_keywords.
Sign in to join this conversation.