-
Notifications
You must be signed in to change notification settings - Fork 0
A compiler that compiles any BIBTEX database file into a C program which can be subsequently compiled into an executable and then run so as to answer any query about the entries in the BIBTEX database file. Converts the BIBTEX file into a relational database and one can then use sqlite queries on it to find out answers.
venkatesh5789/bibtexcompiler
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
TO RUN THE COMPILER---> 1) Extract the file 2) in the terminal, go to the folder where extracted 3) type "make compiler" 4) type "make query" 5) bring the sample bibtex file into the folder(say tex.bib) 6) ./compiler <tex.bib test.db 7) ./query test.db NOTE:- There are a few issues in entering data into the table whenever "#" is detected
About
A compiler that compiles any BIBTEX database file into a C program which can be subsequently compiled into an executable and then run so as to answer any query about the entries in the BIBTEX database file. Converts the BIBTEX file into a relational database and one can then use sqlite queries on it to find out answers.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published