Christoffer Lerno
|
0aa776d61b
|
Allow @export on modules, to implicitly @export all in the module section. Add expect on error comparisons, expecting them to be false by default. Support @extern on modules.
|
2023-02-16 13:05:09 +01:00 |
|
Christoffer Lerno
|
818396b6f3
|
Updated module visibility import visibility. Fixes to @local
|
2023-02-15 09:47:51 +01:00 |
|
Christoffer Lerno
|
5fc937897a
|
Check private module parsing.
|
2021-07-17 18:09:31 +02:00 |
|
Christoffer Lerno
|
1af27136fa
|
Improved error messages on incorrect module name. Issue #209
|
2021-07-17 15:20:13 +02:00 |
|
Christoffer Lerno
|
9ee24b5846
|
Improve error message on import "foo", module "foo", and import statements out of order.
|
2021-07-12 21:07:14 +02:00 |
|
Christoffer Lerno
|
f7919edb35
|
Split modules into generic and normal modules on the top level. Prepare for static. Change local -> static as keyword. Add private include. Remove old sub module search.
|
2021-05-09 19:26:05 +02:00 |
|
Christoffer Lerno
|
e3566ba838
|
Fixed crash bug on missing module, and on file name == keyword. Added summary to tester and corrected filename.
|
2020-07-25 21:54:32 +02:00 |
|