Skip to content

A compiler written in Haskell for my own ML Style functional programming language. Supports X86-64 architecture.

Notifications You must be signed in to change notification settings

shafinsiddique/slash

Repository files navigation

Welcome to Slash

Slash is an ML based functional programming language. The compiler currently supports X86-64 architectures.

You can view a demo here and here.

To use Slash :

  • Clone the repository.

  • Install Cabal.

  • Run the following command :

      cabal run compiler <src>
    

About

A compiler written in Haskell for my own ML Style functional programming language. Supports X86-64 architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages