This repo contains the code devoleped for the "Functional Programming" course.
The Haskell
folder contains the exercises devolped with haskell, while the Rust
folder contains the ones developed with Rust.
The folder RecursiveDescentParser
contains a simple parser developed with JavaScript and it is the basis of a University's project. For
more details, please refer to this work
To compile just digit:
cd Haskell/
ghci
:l script-name.hs
To compile just digit:
cd Rust/
rustc script-name.rs