Elzawawy/compiler-frontend

[LEXGEN-8] Write Flex Tutorial

Elzawawy opened this issue · 0 comments

  • Flex is a tool for generating scanners: programs which recognize lexical patterns in text.
  • As a bonus task, we would like to add a tutorial of usage of Flex to automatically generate a lexical analyzer for the given regular expressions.
  • The tutorial should include a detailed description of the required steps together with screenshots for using the tool.