Skip to content

Commit

Permalink
Update README and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Yey007 committed May 17, 2024
1 parent d20857f commit ef167d8
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
6 changes: 4 additions & 2 deletions 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-16 21:11:04.891980
> Last updated: 2024-05-16 21:28:48.036877
```
$ ./main -h
Expand All @@ -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
Expand All @@ -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

Expand Down
2 changes: 2 additions & 0 deletions README.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ $ ./main -v
- Parser and lexer
- Abstract syntax tree
- Type checking
- Jason Klein (jak532)
- Vijay Shanmugam (vrs29)

## Usage

Expand Down
9 changes: 8 additions & 1 deletion bin/meta.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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";
];
}
2 changes: 2 additions & 0 deletions docs/user_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 4 additions & 0 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef167d8

Please sign in to comment.