Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 764 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 764 Bytes

Language Applications for UEFI BIOS

Code collateral from my Master's Report "Language Applications for UEFI BIOS". The applications are written in Java; the grammars are written in ANTLR. (http://www.antlr.org/) The directory structure corresponds to an Eclipse workspace.

link to report:

http://catalog.lib.utexas.edu/record=b8952762~S29

direct link to PDF:

https://repositories.lib.utexas.edu/bitstream/handle/2152/26306/LEARA-MASTERSREPORT-2014.pdf

root

|__.metadata --> metadata for an Eclipse workspace

|__ANTLR --> the ANTLR grammars for VFR and UEFI

|__complexity --> the module complexity application

|__vfr --> the VFR to HTML preview application

|__README.md --> this file