diff --git a/README.md b/README.md index 9aea268..e1f756b 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-16 21:11:04.891980 +> Last updated: 2024-05-16 21:28:48.036877 ``` $ ./main -h @@ -25,7 +25,7 @@ Usage: ./main [-h|-v] $ ./main -v x86ISTMB v1.0.0 -Written by: Utku Melemeti, Ethan Uppal, Jeffrey Huang +Written by: Utku Melemeti, Ethan Uppal, Jeffrey Huang, Vijay Shanmugam, Jason Klein ``` ## Group @@ -47,6 +47,8 @@ Written by: Utku Melemeti, Ethan Uppal, Jeffrey Huang - Parser and lexer - Abstract syntax tree - Type checking +- Jason Klein (jak532) +- Vijay Shanmugam (vrs29) ## Usage diff --git a/README.md.template b/README.md.template index dfe4cef..af8a9c2 100644 --- a/README.md.template +++ b/README.md.template @@ -31,6 +31,8 @@ $ ./main -v - Parser and lexer - Abstract syntax tree - Type checking +- Jason Klein (jak532) +- Vijay Shanmugam (vrs29) ## Usage diff --git a/bin/meta.ml b/bin/meta.ml index 55c255b..9eb219b 100644 --- a/bin/meta.ml +++ b/bin/meta.ml @@ -17,5 +17,12 @@ let get : t = name = "x86ISTMB"; version = Version.make 1 0 0; description = "CS 3110 final project"; - authors = [ "Utku Melemeti"; "Ethan Uppal"; "Jeffrey Huang" ]; + authors = + [ + "Utku Melemeti"; + "Ethan Uppal"; + "Jeffrey Huang"; + "Vijay Shanmugam"; + "Jason Klein"; + ]; } diff --git a/docs/user_manual.md b/docs/user_manual.md index 16bce62..3518171 100644 --- a/docs/user_manual.md +++ b/docs/user_manual.md @@ -20,3 +20,5 @@ Here are some other commands. | `make serve PORT=8003` | Hosts the documentation website at `localhost:8003` | | `make bisect` | Runs `make test` and outputs the percentage of coverage (requires `pup` to be installed) | | `make cloc` | Counts the lines of code in the project. + +For documentation of the language, see [the wiki](https://github.com/ethanuppal/cs3110_compiler/wiki) diff --git a/project.yaml b/project.yaml index 6aef549..5d4c06d 100644 --- a/project.yaml +++ b/project.yaml @@ -6,6 +6,10 @@ group: netid: jrh382 - name: Utku Melemetci netid: um44 + - name: Jason Klein + netid: jak532 + - name: Vijay Shanmugam + netid: vrs29 pm: name: Zoe Berthold netid: zmb27