lang: add registry/namespace
This commit is contained in:
parent
1a533eb788
commit
3e2c5946c8
8 changed files with 264 additions and 14 deletions
3
testfiles/testproj/hello.owo
Normal file
3
testfiles/testproj/hello.owo
Normal file
|
@ -0,0 +1,3 @@
|
|||
mod meow;
|
||||
|
||||
def broken
|
4
testfiles/testproj/hello/meow.owo
Normal file
4
testfiles/testproj/hello/meow.owo
Normal file
|
@ -0,0 +1,4 @@
|
|||
mod mrawr {}
|
||||
mod mrow {
|
||||
def gay = ;
|
||||
}
|
8
testfiles/testproj/test.owo
Normal file
8
testfiles/testproj/test.owo
Normal file
|
@ -0,0 +1,8 @@
|
|||
mod hello;
|
||||
mod world {
|
||||
mod meow {}
|
||||
mod uwu {
|
||||
mod test {}
|
||||
mod meow {}
|
||||
}
|
||||
}
|
1
testfiles/testproj/uwu.owo
Normal file
1
testfiles/testproj/uwu.owo
Normal file
|
@ -0,0 +1 @@
|
|||
mod meow {}
|
Loading…
Add table
Add a link
Reference in a new issue