sacalon / sacalon

Sacalon is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software.

Home Page:https://sacalon.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo : remove file extension checking

bistcuite opened this issue · comments

چک پسوند فایل حتما باید انجام بشه، چون برای ایمپورت به مشکل میخوریم، مثلا :
my_local_lib:

function foobar(){
    print("foo")
}

foo:

use foo // error

...
foobar()
...

اگر هم کاربر بخواد برای کتابخانه ها از پسوند has استفاده کنه، و برای فایل های اصلی پسوند دیگری بزاره(یا بدون پسوند باشه) ساختار فایل پروژه ناموزون میشه.
ایشو رو میبندم.