We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Cargo.toml
1 parent ce1ea11 commit 79f8c5dCopy full SHA for 79f8c5d
Cargo.toml
@@ -1,6 +1,12 @@
1
[package]
2
name = "coolr"
3
+description = "Compiler for the Cool classroom language."
4
+license = "AGPL-3.0-only"
5
version = "0.1.0"
6
+
7
+repository = "https://github.com/AndreiDuma/Coolr"
8
+keywords = ["compiler", "cool"]
9
10
edition = "2021"
11
12
[dependencies]
README.md
@@ -1,7 +1,7 @@
-# Coolr -- A Cool Compiler Written in Rust -- WIP!
-

+# Coolr – A Cool Compiler Written in Rust – WIP
## Useful references
- [The Cool Reference Manual](https://theory.stanford.edu/~aiken/software/cool/cool-manual.pdf)
0 commit comments