We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d733d commit 747ae9aCopy full SHA for 747ae9a
1 file changed
README.md
@@ -101,6 +101,13 @@ Dive into the details and start building with GW:
101
| 🔁 **[Loops](doc/loops.md)** | Mastering iterations. |
102
| 🏗️ **[Struct](doc/struct.md)** | Lightweight data structures. |
103
| 🏛️ **[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. |
111
112
## Compile & Run
113
0 commit comments