Skip to content

Commit

Permalink
README.md edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
thaisacs committed Nov 2, 2018
1 parent 5f6bc59 commit 26a5270
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# [?] COMPILER
# GRC COMPILER -- GRCC

[?] Compiler is a compiler for the [?] programming language. It's intended to support all [?] language features, specified in
GRCC is a compiler for the Grace programming language. It's intended to support all Grace language features, specified in
https://din-ilp2018.readthedocs.io/en/latest/.

## Build
## Building it

```
mkdir build && cd build
cmake ..
make
```

## Usage

0 comments on commit 26a5270

Please sign in to comment.