Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 740 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 740 Bytes

Yat Programming Language

Yat is a toy programming language supporting static type safety. It was created for the compilers class in Technical University of Varna. The lexer and parser are built using flex and bison and the code generation is done using LLVM.

Architecture Master
Windows 10 x86_64 Build Status
Ubuntu 18.04 x86_64 Build Status

Dependencies:

1. LLVM 8.0(llc,opt)
2. flex
3. bison