Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v420v authored Nov 11, 2023
1 parent 82ca596 commit d2b3ca6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<h1>The Ibu programming language</h1>

<div align="center" style="display:grid;place-items:center;">
<h1>The Ibu programming language</h1>

<a href="https://marketplace.visualstudio.com/items?itemName=ibuki.ibu">vscode</a>

</div>
[![CI](https://github.com/v420v/ibu/actions/workflows/ci.yml/badge.svg)](https://github.com/v420v/ibu/actions/workflows/ci.yml)

- No strict type checker
- No global variables
Expand Down Expand Up @@ -249,6 +245,9 @@ func main(argc i32, argv **u8) i32 {

```

### Syntax highlighter
<a href="https://marketplace.visualstudio.com/items?itemName=ibuki.ibu">Visual Studio Code</a>

### Selfhosting
`make self` will compile `src/compiler.ibu` using the ./ibuc executable
```sh
Expand Down

0 comments on commit d2b3ca6

Please sign in to comment.