-
Notifications
You must be signed in to change notification settings - Fork 0
tylerjdurden/language-parser
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published