I want to build a lex program that reads a .c file and returns every functions data types.But i dont really know how to start doing that, any tips?

前端 未结 0 1452
青春惊慌失措
青春惊慌失措 2021-01-13 03:47
%{

#include
#include

%}

/* This tells flex to read only one input file */ 
%option noyywrap 


%%

//Here comes my flex code

%%


         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题