Roldak / SFSL

Statically typed Functionnal Scripting Language
1 stars 0 forks source link

Add `extern` keyword to indicate that the symbol is defined in a library #47

Closed Roldak closed 9 years ago

Roldak commented 9 years ago
module math {
    extern def sin: (real)->real
    extern def pi: real
}
Roldak commented 9 years ago

Waiting for #48 before making the syntax like in the first comment