New concept of AST_MODULE, Ast_File and Ast_Module are now both scopes.

Concept of loading and importing.
This commit is contained in:
Krzosa Karol
2022-06-13 13:39:31 +02:00
parent 8bd5e9638f
commit bcd825c154
8 changed files with 132 additions and 75 deletions

View File

@@ -1,9 +1,13 @@
lambdas :: #load "lambdas.kl"
Memory :: #load "enums.kl"
order :: #import "order1.kl"
test_load :: ()
new_types :: #load "new_types.kl"
new_types.basic_type_assignment()
arena: order.order2.Arena
//-----------------------------------------------------------------------------
// Function types
//-----------------------------------------------------------------------------