lasca-compiler icon indicating copy to clipboard operation
lasca-compiler copied to clipboard

Lasca is Scala shifted towards Haskell.

Results 12 lasca-compiler issues
Sort by recently updated
recently updated
newest added

Design and implement basic FFI to C.

Implement Language Server Protocol https://microsoft.github.io/language-server-protocol in the compiler.

Currently, Infer expects function in declare-before-use order and doesn't support mutually recursive functions.

Now we have `foldl : ∀(a,b) => ((List a) -> (b -> ((a -> (b -> b)) -> b)))` I'd like to have `foldl : ∀(a,b) => List a ->...

Use stack allocated primitive types whenever possible, box when needed. Specialize generic functions for primitive types on instantiation.

Parse expressions instead of toplevel.

bug

Single parameter for now

Link statically to LLVM or ship it or something.