Skip to content

An interpreter for the FALSE language written in Haskell

Notifications You must be signed in to change notification settings

helvm/false_interpreter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRO

This is an interpreter for the FALSE language, a stack based lanugage very similiar in nature to FORTH, a more detailed description can be found here

BUILD

Built with the command:

$ghc FALSE

RUN

The FALSE executable accepts a text file containing a FALSE program and outputs the stack after execution completes

$ ./FALSE <filename>

About

An interpreter for the FALSE language written in Haskell

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Haskell 100.0%