Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed May 9, 2024
1 parent 94a7cb8 commit 4c47838
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![CI Status](https://github.com/ethanuppal/cs3110_compiler/actions/workflows/ci.yaml/badge.svg)

> "x86 is simple trust me bro"
> Last updated: 2024-05-08 23:00:51.290592
> Last updated: 2024-05-08 23:06:31.747043
```
$ ./main -h
Expand All @@ -32,8 +32,18 @@ Written by: Utku Melemeti, Ethan Uppal, Jeffrey Huang, Jason Klein, Vijay Shanmu
## Group

- Utku Melemetci (um44)
- IR generation
- Register allocation
- Ethan Uppal (eu55)
- Static analysis
- Types and type checking
- Control flow
- Live variable analysis
- Abstraction for x86 assembly
- CLI/user interface
- Jeffrey Huang (jrh382)
- Parser and lexer
- Abstract syntax tree

With some contributions from
- Vijay Shanmugam (vrs29)
Expand Down

0 comments on commit 4c47838

Please sign in to comment.