Skip to content

Commit 747ae9a

Browse files
committed
Updated README.md
1 parent 83d733d commit 747ae9a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ Dive into the details and start building with GW:
101101
| 🔁 **[Loops](doc/loops.md)** | Mastering iterations. |
102102
| 🏗️ **[Struct](doc/struct.md)** | Lightweight data structures. |
103103
| 🏛️ **[Class](doc/class.md)** | Advanced object-orientation. |
104+
| 📂 **[Imports](doc/imports.md)** | Import other files. |
105+
106+
Native functions:
107+
| Topic | Description |
108+
| :--- | :--- |
109+
|**[Introduction](doc/native/readme.md)** | Low-level C++ implementations directly bound to the interpreter. |
110+
| 🕛 **[Time](doc/native/time.md)** | Low-level C++ implementations directly bound to the interpreter. |
104111

105112
## Compile & Run
106113

0 commit comments

Comments
 (0)