Skip to content

rugamaga/freq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming language freq

How to build?

  • Just build compiler
    • You need gcc to build
    • You can build by using make
  • Running compiler output
    • Our compiler output LLVM-IR(*.ll file).
    • You'll need installing lli (LLVM) to running output our compiler
    • After install lli, you can test by using make test

About

Programming Language Freq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published