Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
techie-mike committed Oct 5, 2023
1 parent e1f03da commit d6b2308
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# JIT/AOT compiler for virtual machine
This is the repository of MIPT course where will be written a compiler with **Sea of nodes IR** for a virtual machine which is written earlier.

### Build project:
```bash
mkdir build && cd build
cmake -GNinja ..
ninja
```

### Run tests:
```bash
cd build
ninja tests
```

0 comments on commit d6b2308

Please sign in to comment.