Skip to content

A small language developped in Haskell, both to get more comfortable with Haskell, and to get more comfortable with writing languages

License

Notifications You must be signed in to change notification settings

SRAZKVT/SmallLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SmallLang

Building:

$ cabal build

Running:

$ cabal run SmallLang -- repl # launched a repl
$ cabal run SmallLang -- com [file] # compiles a file
$ cabal run SmallLang -- run # interprets a file
$ cabal run SmallLang -- dev # dumps the interpreter's internal view of the program, and runs it

About

A small language developped in Haskell, both to get more comfortable with Haskell, and to get more comfortable with writing languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published