Skip to content

Parsing Javadoc style comments for educational purposes with Flex&Bison

Notifications You must be signed in to change notification settings

zJudGenie/DoxygenParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoxygenParser

DoxygenParser is a simple parser designed for educational purposes, specifically to learn and understand the basics of Flex and Bison.

Generation

To generate the compilable files:

  • Parser: bison -o generated/doccomment.tab.c -d doccomment.y
  • Scanner: flex -o generated/doccomment.lex.c doccomment.lex

About

Parsing Javadoc style comments for educational purposes with Flex&Bison

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages