Assignment 1 - Create a code beautfier for C code to HTML code using Lex.
Assignment 2 - BibTex is an extremely well-known language to document bibliography information and it is heavily used in document processing languages like LaTex.It requires getting familiar with the BibTeX language—more specifically, the BibTeX data description language. @article{key1, author = {Smith, Sansa}, title = "John Smith"} @book{ourbook, author = {Joe smith and John Kurt}, title = {Our Little Book}, year = {1997} }