Skip to content

tylerjdurden/language-parser

Repository files navigation

This is a parser for a programming language I wrote. The language is called w. It is written in Haskell. It contains while loops (hence its name) which Haskell does not! Try it out if you like.

To compile:
    ghc Main.hs -o w

To run a program (.w file)
    ./w filename.w

About

A parser for a simple programming language I wrote using Haskell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published