Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 529 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 529 Bytes

Compilers_CSF363

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} }