Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangdanny97 authored Jul 11, 2019
1 parent 16aaf3b commit e1d03d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Xi Compiler (xic)

A compiler for the [Xi language](https://www.cs.cornell.edu/courses/cs4120/2019sp/) built by [Anmol Kabra](https://github.com/anmolkabra), [Cassandra Scarpa](https://github.com/cassandrascarpa), [Danny Yang](https://github.com/yangdanny97), [Kyrylo Chernyshov](https://github.com/BlueFire2).
A compiler for the [Xi language](https://www.cs.cornell.edu/courses/cs4120/2019sp/) and its object-oriented extension Xi++, built by [Anmol Kabra](https://github.com/anmolkabra), [Cassandra Scarpa](https://github.com/cassandrascarpa), [Danny Yang](https://github.com/yangdanny97), [Kyrylo Chernyshov](https://github.com/BlueFire2).

## Installation

Expand Down Expand Up @@ -71,4 +71,5 @@ xic --flags a/b.xi

## Acknowledgements
- [CS 4120](https://www.cs.cornell.edu/courses/cs4120/)
- [Xi Language Specification](https://www.cs.cornell.edu/courses/cs4120/2019sp/project/language.pdf)
- [Xi Language Specification](https://www.cs.cornell.edu/courses/cs4120/2019sp/project/language.pdf)
- [Xi++ Language Specification](http://www.cs.cornell.edu/courses/cs4120/2019sp/project/oolang.pdf)

0 comments on commit e1d03d3

Please sign in to comment.