Skip to content

Interpreter of a simple Fortran-like language written in Haskell

License

Notifications You must be signed in to change notification settings

fstachura/func2023fortran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Fortran Interpreter

Simple Fortran interpreter written in Haskell. The only used library is the standard Prelude.

This project was submitted as the final project of the Functional Programming course at Jagiellonian University.

Simplified and not entirely correct grammar accepted by the interpreter can be seen in grammar.md.

How to run

make
./main examples/prime.f90

About

Interpreter of a simple Fortran-like language written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published