Skip to content

Krantz-XRF/mini-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

(WIP) a toy implementation for Haskell in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages