Skip to content

Commit 8d0109d

Browse files
committed
modules: some more WIP, native modules do work now arrrr, misses some minor stuff still/13
1 parent df07797 commit 8d0109d

17 files changed

+196
-200
lines changed

README-BuildingHowTo.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ $ ./bin/minitscript/tools/minitscript resources/minitscript/tests/base-test.tscr
247247
- MinitScript, see [README.md](./README.md)
248248
- MinitScript - How to build, see [README-BuildingHowTo.md](./README-BuildingHowTo.md)
249249
- MinitScript - How to use, see [README-Tools.md](./README-Tools.md)
250-
- MinitScript - ToDo list, see [README-ToDo.md](./README-ToDo.md)
251250
- The Mindty Kollektiv [Discord Server](https://discord.gg/Na4ACaFD)
252251

253252
## 4. Additional notes

README-Tools.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,5 +275,4 @@ minitscriptbuild --library script1.tscript script2.tscript
275275
- MinitScript, see [README.md](./README.md)
276276
- MinitScript - How to build, see [README-BuildingHowTo.md](./README-BuildingHowTo.md)
277277
- MinitScript - How to use, see [README-Tools.md](./README-Tools.md)
278-
- MinitScript - ToDo list, see [README-ToDo.md](./README-Tools.md)
279278
- The Mindty Kollektiv [Discord Server](https://discord.gg/Na4ACaFD)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Also note the focus on easy integration into other products and easy customizabi
9292
- MinitScript, see [README.md](./README.md)
9393
- MinitScript - How to build, see [README-BuildingHowTo.md](./README-BuildingHowTo.md)
9494
- MinitScript - How to use, see [README-Tools.md](./README-Tools.md)
95-
- MinitScript - ToDo list, see [README-ToDo.md](./README-ToDo.md)
9695
- The Mindty Kollektiv [Discord Server](https://discord.gg/Na4ACaFD)
9796

9897
# 11. Donation

documentation/README-BuiltIn-Functions.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -375,22 +375,22 @@
375375
# 2. Links
376376

377377
## 2.1. Language Documentation
378-
- [Syntax](./documentation/README-Syntax.md)
379-
- [DataTypes](./documentation/README-DataTypes.md)
380-
- [Flow control - if, elseif, else](./documentation/README-FlowControl-Conditions.md)
381-
- [Flow Control - switch, case, default](./documentation/README-FlowControl-Conditions2.md)
382-
- [Flow Control - loops](./documentation/README-FlowControl-Loops.md)
383-
- [Classes](./documentation/README-Classes.md)
384-
- [Classes API](./documentation/README-Classes-API.md)
385-
- [Functions](./documentation/README-Functions.md)
386-
- [BuiltIn functions](./documentation/README-BuiltIn-Functions.md)
387-
- [Modules](./documentation/README-Modules.md)
388-
- [Operators](./documentation/README-Operators.md)
389-
- [Constants](./documentation/README-Constants.md)
378+
- [Syntax](./README-Syntax.md)
379+
- [DataTypes](./README-DataTypes.md)
380+
- [Flow control - if, elseif, else](./README-FlowControl-Conditions.md)
381+
- [Flow Control - switch, case, default](./README-FlowControl-Conditions2.md)
382+
- [Flow Control - loops](./README-FlowControl-Loops.md)
383+
- [Classes](./README-Classes.md)
384+
- [Classes API](./README-Classes-API.md)
385+
- [Functions](./README-Functions.md)
386+
- [BuiltIn functions](./README-BuiltIn-Functions.md)
387+
- [Modules](./README-Modules.md)
388+
- [Operators](./README-Operators.md)
389+
- [Constants](./README-Constants.md)
390390

391391
## 2.2. Other Links
392392

393-
- MinitScript, see [README.md](./README.md)
394-
- MinitScript - How to build, see [README-BuildingHowTo.md](./README-BuildingHowTo.md)
395-
- MinitScript - How to use, see [README-Tools.md](./README-Tools.md)
393+
- MinitScript, see [README.md](../README.md)
394+
- MinitScript - How to build, see [README-BuildingHowTo.md](../README-BuildingHowTo.md)
395+
- MinitScript - How to use, see [README-Tools.md](../README-Tools.md)
396396
- The Mindty Kollektiv [Discord Server](https://discord.gg/Na4ACaFD)

documentation/README-Classes-API.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -293,22 +293,22 @@
293293
# 2. Links
294294

295295
## 2.1. Language Documentation
296-
- [Syntax](./documentation/README-Syntax.md)
297-
- [DataTypes](./documentation/README-DataTypes.md)
298-
- [Flow control - if, elseif, else](./documentation/README-FlowControl-Conditions.md)
299-
- [Flow Control - switch, case, default](./documentation/README-FlowControl-Conditions2.md)
300-
- [Flow Control - loops](./documentation/README-FlowControl-Loops.md)
301-
- [Classes](./documentation/README-Classes.md)
302-
- [Classes API](./documentation/README-Classes-API.md)
303-
- [Functions](./documentation/README-Functions.md)
304-
- [BuiltIn functions](./documentation/README-BuiltIn-Functions.md)
305-
- [Modules](./documentation/README-Modules.md)
306-
- [Operators](./documentation/README-Operators.md)
307-
- [Constants](./documentation/README-Constants.md)
296+
- [Syntax](./README-Syntax.md)
297+
- [DataTypes](./README-DataTypes.md)
298+
- [Flow control - if, elseif, else](./README-FlowControl-Conditions.md)
299+
- [Flow Control - switch, case, default](./README-FlowControl-Conditions2.md)
300+
- [Flow Control - loops](./README-FlowControl-Loops.md)
301+
- [Classes](./README-Classes.md)
302+
- [Classes API](./README-Classes-API.md)
303+
- [Functions](./README-Functions.md)
304+
- [BuiltIn functions](./README-BuiltIn-Functions.md)
305+
- [Modules](./README-Modules.md)
306+
- [Operators](./README-Operators.md)
307+
- [Constants](./README-Constants.md)
308308

309309
## 2.2. Other Links
310310

311-
- MinitScript, see [README.md](./README.md)
312-
- MinitScript - How to build, see [README-BuildingHowTo.md](./README-BuildingHowTo.md)
313-
- MinitScript - How to use, see [README-Tools.md](./README-Tools.md)
311+
- MinitScript, see [README.md](../README.md)
312+
- MinitScript - How to build, see [README-BuildingHowTo.md](../README-BuildingHowTo.md)
313+
- MinitScript - How to use, see [README-Tools.md](../README-Tools.md)
314314
- The Mindty Kollektiv [Discord Server](https://discord.gg/Na4ACaFD)

documentation/README-Classes.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -126,22 +126,22 @@ end
126126
# 2. Links
127127

128128
## 2.1. Language Documentation
129-
- [Syntax](./documentation/README-Syntax.md)
130-
- [DataTypes](./documentation/README-DataTypes.md)
131-
- [Flow control - if, elseif, else](./documentation/README-FlowControl-Conditions.md)
132-
- [Flow Control - switch, case, default](./documentation/README-FlowControl-Conditions2.md)
133-
- [Flow Control - loops](./documentation/README-FlowControl-Loops.md)
134-
- [Classes](./documentation/README-Classes.md)
135-
- [Classes API](./documentation/README-Classes-API.md)
136-
- [Functions](./documentation/README-Functions.md)
137-
- [BuiltIn functions](./documentation/README-BuiltIn-Functions.md)
138-
- [Modules](./documentation/README-Modules.md)
139-
- [Operators](./documentation/README-Operators.md)
140-
- [Constants](./documentation/README-Constants.md)
129+
- [Syntax](./README-Syntax.md)
130+
- [DataTypes](./README-DataTypes.md)
131+
- [Flow control - if, elseif, else](./README-FlowControl-Conditions.md)
132+
- [Flow Control - switch, case, default](./README-FlowControl-Conditions2.md)
133+
- [Flow Control - loops](./README-FlowControl-Loops.md)
134+
- [Classes](./README-Classes.md)
135+
- [Classes API](./README-Classes-API.md)
136+
- [Functions](./README-Functions.md)
137+
- [BuiltIn functions](./README-BuiltIn-Functions.md)
138+
- [Modules](./README-Modules.md)
139+
- [Operators](./README-Operators.md)
140+
- [Constants](./README-Constants.md)
141141

142142
## 2.2. Other Links
143143

144-
- MinitScript, see [README.md](./README.md)
145-
- MinitScript - How to build, see [README-BuildingHowTo.md](./README-BuildingHowTo.md)
146-
- MinitScript - How to use, see [README-Tools.md](./README-Tools.md)
144+
- MinitScript, see [README.md](../README.md)
145+
- MinitScript - How to build, see [README-BuildingHowTo.md](../README-BuildingHowTo.md)
146+
- MinitScript - How to use, see [README-Tools.md](../README-Tools.md)
147147
- The Mindty Kollektiv [Discord Server](https://discord.gg/Na4ACaFD)

documentation/README-Constants.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,22 @@ Please note:
8484
# 2. Links
8585
8686
## 2.1. Language Documentation
87-
- [Syntax](./documentation/README-Syntax.md)
88-
- [DataTypes](./documentation/README-DataTypes.md)
89-
- [Flow control - if, elseif, else](./documentation/README-FlowControl-Conditions.md)
90-
- [Flow Control - switch, case, default](./documentation/README-FlowControl-Conditions2.md)
91-
- [Flow Control - loops](./documentation/README-FlowControl-Loops.md)
92-
- [Classes](./documentation/README-Classes.md)
93-
- [Classes API](./documentation/README-Classes-API.md)
94-
- [Functions](./documentation/README-Functions.md)
95-
- [BuiltIn functions](./documentation/README-BuiltIn-Functions.md)
96-
- [Modules](./documentation/README-Modules.md)
97-
- [Operators](./documentation/README-Operators.md)
98-
- [Constants](./documentation/README-Constants.md)
87+
- [Syntax](./README-Syntax.md)
88+
- [DataTypes](./README-DataTypes.md)
89+
- [Flow control - if, elseif, else](./README-FlowControl-Conditions.md)
90+
- [Flow Control - switch, case, default](./README-FlowControl-Conditions2.md)
91+
- [Flow Control - loops](./README-FlowControl-Loops.md)
92+
- [Classes](./README-Classes.md)
93+
- [Classes API](./README-Classes-API.md)
94+
- [Functions](./README-Functions.md)
95+
- [BuiltIn functions](./README-BuiltIn-Functions.md)
96+
- [Modules](./README-Modules.md)
97+
- [Operators](./README-Operators.md)
98+
- [Constants](./README-Constants.md)
9999
100100
## 2.2. Other Links
101101
102-
- MinitScript, see [README.md](./README.md)
103-
- MinitScript - How to build, see [README-BuildingHowTo.md](./README-BuildingHowTo.md)
104-
- MinitScript - How to use, see [README-Tools.md](./README-Tools.md)
102+
- MinitScript, see [README.md](../README.md)
103+
- MinitScript - How to build, see [README-BuildingHowTo.md](../README-BuildingHowTo.md)
104+
- MinitScript - How to use, see [README-Tools.md](../README-Tools.md)
105105
- The Mindty Kollektiv [Discord Server](https://discord.gg/Na4ACaFD)

documentation/README-DataTypes.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,22 @@ The primitive data types can also be assigned by using initialization methods th
7676
# 2. Links
7777

7878
## 2.1. Language Documentation
79-
- [Syntax](./documentation/README-Syntax.md)
80-
- [DataTypes](./documentation/README-DataTypes.md)
81-
- [Flow control - if, elseif, else](./documentation/README-FlowControl-Conditions.md)
82-
- [Flow Control - switch, case, default](./documentation/README-FlowControl-Conditions2.md)
83-
- [Flow Control - loops](./documentation/README-FlowControl-Loops.md)
84-
- [Classes](./documentation/README-Classes.md)
85-
- [Classes API](./documentation/README-Classes-API.md)
86-
- [Functions](./documentation/README-Functions.md)
87-
- [BuiltIn functions](./documentation/README-BuiltIn-Functions.md)
88-
- [Modules](./documentation/README-Modules.md)
89-
- [Operators](./documentation/README-Operators.md)
90-
- [Constants](./documentation/README-Constants.md)
79+
- [Syntax](./README-Syntax.md)
80+
- [DataTypes](./README-DataTypes.md)
81+
- [Flow control - if, elseif, else](./README-FlowControl-Conditions.md)
82+
- [Flow Control - switch, case, default](./README-FlowControl-Conditions2.md)
83+
- [Flow Control - loops](./README-FlowControl-Loops.md)
84+
- [Classes](./README-Classes.md)
85+
- [Classes API](./README-Classes-API.md)
86+
- [Functions](./README-Functions.md)
87+
- [BuiltIn functions](./README-BuiltIn-Functions.md)
88+
- [Modules](./README-Modules.md)
89+
- [Operators](./README-Operators.md)
90+
- [Constants](./README-Constants.md)
9191

9292
## 2.2. Other Links
9393

94-
- MinitScript, see [README.md](./README.md)
95-
- MinitScript - How to build, see [README-BuildingHowTo.md](./README-BuildingHowTo.md)
96-
- MinitScript - How to use, see [README-Tools.md](./README-Tools.md)
94+
- MinitScript, see [README.md](../README.md)
95+
- MinitScript - How to build, see [README-BuildingHowTo.md](../README-BuildingHowTo.md)
96+
- MinitScript - How to use, see [README-Tools.md](../README-Tools.md)
9797
- The Mindty Kollektiv [Discord Server](https://discord.gg/Na4ACaFD)

documentation/README-Events.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,22 @@
66
# 2. Links
77

88
## 2.1. Language Documentation
9-
- [Syntax](./README-Syntax.md)
10-
- [Data types](./README-DataTypes.md)
11-
- [Flow control - if, elseif, else](./README-FlowControl-Conditions.md)
12-
- [Flow Control - switch, case, default](./README-FlowControl-Conditions2.md)
13-
- [Flow Control - loops](./README-FlowControl-Loops.md)
14-
- [Classes](./README-Classes.md)
15-
- [Classes API](./README-Classes-API.md)
16-
- [Functions](./README-Functions.md)
17-
- [BuiltIn functions](./README-BuiltIn-Functions.md)
18-
- [Functions](./README-Functions.md)
19-
- [Operators](./README-Operators.md)
20-
- [Syntax](./README-Events.md)
21-
- [Events](./README-Constants.md)
9+
- [Syntax](./README-Syntax.md)
10+
- [DataTypes](./README-DataTypes.md)
11+
- [Flow control - if, elseif, else](./README-FlowControl-Conditions.md)
12+
- [Flow Control - switch, case, default](./README-FlowControl-Conditions2.md)
13+
- [Flow Control - loops](./README-FlowControl-Loops.md)
14+
- [Classes](./README-Classes.md)
15+
- [Classes API](./README-Classes-API.md)
16+
- [Functions](./README-Functions.md)
17+
- [BuiltIn functions](./README-BuiltIn-Functions.md)
18+
- [Modules](./README-Modules.md)
19+
- [Operators](./README-Operators.md)
20+
- [Constants](./README-Constants.md)
2221

2322
## 2.2. Other Links
2423

25-
- MinitScript, see [README.md](./README.md)
26-
- MinitScript - How to build, see [README-BuildingHowTo.md](./README-BuildingHowTo.md)
27-
- MinitScript - How to use, see [README-Tools.md](./README-Tools.md)
28-
- MinitScript - ToDo list, see [README-ToDo.md](./README-ToDo.md)
24+
- MinitScript, see [README.md](../README.md)
25+
- MinitScript - How to build, see [README-BuildingHowTo.md](../README-BuildingHowTo.md)
26+
- MinitScript - How to use, see [README-Tools.md](../README-Tools.md)
2927
- The Mindty Kollektiv [Discord Server](https://discord.gg/Na4ACaFD)

documentation/README-FlowControl-Conditions.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ See an example of if, elseif and else:
4949
# 2. Links
5050

5151
## 2.1. Language Documentation
52-
- [Syntax](./documentation/README-Syntax.md)
53-
- [DataTypes](./documentation/README-DataTypes.md)
54-
- [Flow control - if, elseif, else](./documentation/README-FlowControl-Conditions.md)
55-
- [Flow Control - switch, case, default](./documentation/README-FlowControl-Conditions2.md)
56-
- [Flow Control - loops](./documentation/README-FlowControl-Loops.md)
57-
- [Classes](./documentation/README-Classes.md)
58-
- [Classes API](./documentation/README-Classes-API.md)
59-
- [Functions](./documentation/README-Functions.md)
60-
- [BuiltIn functions](./documentation/README-BuiltIn-Functions.md)
61-
- [Modules](./documentation/README-Modules.md)
62-
- [Operators](./documentation/README-Operators.md)
63-
- [Constants](./documentation/README-Constants.md)
52+
- [Syntax](./README-Syntax.md)
53+
- [DataTypes](./README-DataTypes.md)
54+
- [Flow control - if, elseif, else](./README-FlowControl-Conditions.md)
55+
- [Flow Control - switch, case, default](./README-FlowControl-Conditions2.md)
56+
- [Flow Control - loops](./README-FlowControl-Loops.md)
57+
- [Classes](./README-Classes.md)
58+
- [Classes API](./README-Classes-API.md)
59+
- [Functions](./README-Functions.md)
60+
- [BuiltIn functions](./README-BuiltIn-Functions.md)
61+
- [Modules](./README-Modules.md)
62+
- [Operators](./README-Operators.md)
63+
- [Constants](./README-Constants.md)
6464

6565
## 2.2. Other Links
6666

67-
- MinitScript, see [README.md](./README.md)
68-
- MinitScript - How to build, see [README-BuildingHowTo.md](./README-BuildingHowTo.md)
69-
- MinitScript - How to use, see [README-Tools.md](./README-Tools.md)
67+
- MinitScript, see [README.md](../README.md)
68+
- MinitScript - How to build, see [README-BuildingHowTo.md](../README-BuildingHowTo.md)
69+
- MinitScript - How to use, see [README-Tools.md](../README-Tools.md)
7070
- The Mindty Kollektiv [Discord Server](https://discord.gg/Na4ACaFD)

documentation/README-FlowControl-Conditions2.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@ Please note, default block is optional.
3232
# 2. Links
3333

3434
## 2.1. Language Documentation
35-
- [Syntax](./documentation/README-Syntax.md)
36-
- [DataTypes](./documentation/README-DataTypes.md)
37-
- [Flow control - if, elseif, else](./documentation/README-FlowControl-Conditions.md)
38-
- [Flow Control - switch, case, default](./documentation/README-FlowControl-Conditions2.md)
39-
- [Flow Control - loops](./documentation/README-FlowControl-Loops.md)
40-
- [Classes](./documentation/README-Classes.md)
41-
- [Classes API](./documentation/README-Classes-API.md)
42-
- [Functions](./documentation/README-Functions.md)
43-
- [BuiltIn functions](./documentation/README-BuiltIn-Functions.md)
44-
- [Modules](./documentation/README-Modules.md)
45-
- [Operators](./documentation/README-Operators.md)
46-
- [Constants](./documentation/README-Constants.md)
35+
- [Syntax](./README-Syntax.md)
36+
- [DataTypes](./README-DataTypes.md)
37+
- [Flow control - if, elseif, else](./README-FlowControl-Conditions.md)
38+
- [Flow Control - switch, case, default](./README-FlowControl-Conditions2.md)
39+
- [Flow Control - loops](./README-FlowControl-Loops.md)
40+
- [Classes](./README-Classes.md)
41+
- [Classes API](./README-Classes-API.md)
42+
- [Functions](./README-Functions.md)
43+
- [BuiltIn functions](./README-BuiltIn-Functions.md)
44+
- [Modules](./README-Modules.md)
45+
- [Operators](./README-Operators.md)
46+
- [Constants](./README-Constants.md)
4747

4848
## 2.2. Other Links
4949

50-
- MinitScript, see [README.md](./README.md)
51-
- MinitScript - How to build, see [README-BuildingHowTo.md](./README-BuildingHowTo.md)
52-
- MinitScript - How to use, see [README-Tools.md](./README-Tools.md)
50+
- MinitScript, see [README.md](../README.md)
51+
- MinitScript - How to build, see [README-BuildingHowTo.md](../README-BuildingHowTo.md)
52+
- MinitScript - How to use, see [README-Tools.md](../README-Tools.md)
5353
- The Mindty Kollektiv [Discord Server](https://discord.gg/Na4ACaFD)

documentation/README-FlowControl-Loops.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,22 +114,22 @@ If you want to manipulate the value, you can also use references here.
114114
# 2. Links
115115

116116
## 2.1. Language Documentation
117-
- [Syntax](./documentation/README-Syntax.md)
118-
- [DataTypes](./documentation/README-DataTypes.md)
119-
- [Flow control - if, elseif, else](./documentation/README-FlowControl-Conditions.md)
120-
- [Flow Control - switch, case, default](./documentation/README-FlowControl-Conditions2.md)
121-
- [Flow Control - loops](./documentation/README-FlowControl-Loops.md)
122-
- [Classes](./documentation/README-Classes.md)
123-
- [Classes API](./documentation/README-Classes-API.md)
124-
- [Functions](./documentation/README-Functions.md)
125-
- [BuiltIn functions](./documentation/README-BuiltIn-Functions.md)
126-
- [Modules](./documentation/README-Modules.md)
127-
- [Operators](./documentation/README-Operators.md)
128-
- [Constants](./documentation/README-Constants.md)
117+
- [Syntax](./README-Syntax.md)
118+
- [DataTypes](./README-DataTypes.md)
119+
- [Flow control - if, elseif, else](./README-FlowControl-Conditions.md)
120+
- [Flow Control - switch, case, default](./README-FlowControl-Conditions2.md)
121+
- [Flow Control - loops](./README-FlowControl-Loops.md)
122+
- [Classes](./README-Classes.md)
123+
- [Classes API](./README-Classes-API.md)
124+
- [Functions](./README-Functions.md)
125+
- [BuiltIn functions](./README-BuiltIn-Functions.md)
126+
- [Modules](./README-Modules.md)
127+
- [Operators](./README-Operators.md)
128+
- [Constants](./README-Constants.md)
129129

130130
## 2.2. Other Links
131131

132-
- MinitScript, see [README.md](./README.md)
133-
- MinitScript - How to build, see [README-BuildingHowTo.md](./README-BuildingHowTo.md)
134-
- MinitScript - How to use, see [README-Tools.md](./README-Tools.md)
132+
- MinitScript, see [README.md](../README.md)
133+
- MinitScript - How to build, see [README-BuildingHowTo.md](../README-BuildingHowTo.md)
134+
- MinitScript - How to use, see [README-Tools.md](../README-Tools.md)
135135
- The Mindty Kollektiv [Discord Server](https://discord.gg/Na4ACaFD)

0 commit comments

Comments
 (0)