Skip to content

black-pwq/pwpCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommended extensions in vscode:

  • Yash
  • C/C++ extension pack
  • WSL

Run minimal example

Ensure you are in the top directory

make
build/compiler code/mex.c

The output will be something like

CompUnit {
  FunDef {
    SimpleType {
      int
    }
    main
    BlockStmt {
      RetStmt {
        IntExpr {
          0
        }
      }
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published