plank icon indicating copy to clipboard operation
plank copied to clipboard

📜 | Functional programming language written in kotlin.

Results 15 plank issues
Sort by recently updated
recently updated
newest added

The java target for ANTLR is officially supported and more mature than Kotlin's one. This implies deleting the multiplatform support.

build
performance
parser
frontend

Add lint GitHub workflows

minor

Add test GitHub workflows

minor

- [x] #35 - [x] #39 - [x] #37 - [x] #20 - [x] #44 - [ ] #36 - [ ] #53 - [ ] #34 - [ ]...

feat
refactor
backend
frontend

Split compiler frontend from backend. Making both in the same project can make the project not customizable and more challenging to create new targets. Splitting the project can make the...

feat
refactor
backend

feat
backend
frontend

Implement type classes like Swift's `protocols`, Haskell's `classes`, or Rust's `traits`

feat
type system
syntax
frontend

refactor
type system
frontend