hkust-taco / mlscript

The MLscript programming language. Functional and object-oriented; structurally typed and sound; with powerful type inference. Soon to have full interop with TypeScript!
https://hkust-taco.github.io/mlscript
MIT License
175 stars 27 forks source link

New MLscript frontend #187

Closed LPTK closed 10 months ago

LPTK commented 1 year ago

This implements the new parsing and type checking of MLscript definitions, moving it further towards a complete and usable general-purpose programming language with support for blended FP/OOP.

It's still a work in progress and several pieces are still missing. For example:

We are also sorely missing user-facing documentation.