Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.1 KB

File metadata and controls

31 lines (24 loc) · 1.1 KB

Mini-Haskell

language license Build docs version

A toy implementation for Haskell written in Rust.

Current Status

Still work in progress (very early stage):

  • Scanner
    • Input
    • Tokenizer
      • Whitespaces
      • Identifier
      • Numeric Literals
      • Character Literals
      • String Literals
    • Layout
  • Parser
    • AST
  • Interpreter Backend
  • Compiler Backend

License

This project is licensed under the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.