Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hpprc/cse3

Compiler of Pascal's subset language written in C
https://github.com/hpprc/cse3

c llvm llvm-ir pascal yacc

Last synced: 13 days ago
JSON representation

Compiler of Pascal's subset language written in C

Awesome Lists containing this project

README

        

# CSE3

## how to build llvm code

please configure the variable named `target` in Makefile.
```
make
```

## how to generate and run llvm code

please check `target` in the Makefile is correct

```
make llvm
```

## how to test compiler (result.ll)

```
make test
```