Skip to content

Commit

Permalink
feat(review): added details
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Jul 11, 2024
1 parent 8ca04fa commit 2e9ec5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ And compiles to:
echo "Hello World"
```

<details>
<summary>Let's start!</summary>
Let's create a `src/modules/builtin/builtin.rs` file with the following content:

```rs
// This is the prelude that imports all necessary stuff of Heraclitus framework for parsing the syntax
use heraclitus_compiler::prelude::*;
Expand Down Expand Up @@ -199,6 +200,7 @@ impl Statement {
// ...
}
```
</details>

### 3. Runtime libraries
#### 3.1. `stdlib`
Expand Down

0 comments on commit 2e9ec5d

Please sign in to comment.