Skip to content

This is a simplest C compiler implemented in Lex, Yacc, and C++.

Notifications You must be signed in to change notification settings

wsyzxxxx/kiracc

Repository files navigation

To run the program

  1. use cmake to generate Makefile
  2. make
  3. run ./kiracc with the input file test.c/test2.c/test3.c

By the following commands

    cmake ./
    make
    ./kiracc test.c
    ./kiracc test2.c
    ./kiracc test3.c

About

This is a simplest C compiler implemented in Lex, Yacc, and C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published