Tora12 / C-Compiler

C-Minus Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C- Language Compiler

A mini compiler project for CS445 Compiler Design class.

Description

TODO: An in-depth paragraph about your project and overview of use.

Getting Started

Dependencies

  • g++ version >11.2.0
  • bison version >3.8.2
  • flex version >2.6.4

Installing

  • Download c-.tar file
  • Run tar command
$ tar -xvf c-.tar

Executing program

$ c- filename.c-
$ cat filename.c- | c-
$ c- < filename.c-

Help

Any advise for common problems or issues.

command to run if program contains helper info

Authors

Contributors names and contact info

Jenner Higgins @Tora12

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

C-Minus Compiler

License:MIT License


Languages

Language:LLVM 64.6%Language:Yacc 27.5%Language:Makefile 4.6%Language:C++ 3.3%