From 4c4783856cacd6b4da7b8c21fd9cb90d0120260f Mon Sep 17 00:00:00 2001 From: Ethan Uppal <113849268+ethanuppal@users.noreply.github.com> Date: Wed, 8 May 2024 23:06:38 -0400 Subject: [PATCH] Update README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3536ccc..4bc2f39 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)