Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junaidzm13/sigma-calculus-interpreter
A sigma calculus based interpreter implemented using Haskell and related underlying programming concepts.
https://github.com/junaidzm13/sigma-calculus-interpreter
functional-programming haskell
Last synced: about 1 month ago
JSON representation
A sigma calculus based interpreter implemented using Haskell and related underlying programming concepts.
- Host: GitHub
- URL: https://github.com/junaidzm13/sigma-calculus-interpreter
- Owner: junaidzm13
- License: other
- Created: 2021-06-05T21:47:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T12:10:44.000Z (2 months ago)
- Last Synced: 2024-11-29T13:21:30.378Z (2 months ago)
- Topics: functional-programming, haskell
- Language: Haskell
- Homepage:
- Size: 27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Sigma Calculus Interpreter
A sigma calculus based interpreter implemented using Haskell and related underlying programming concepts i.e.
- Monads (Stateful and Checked Monad)
- Classes and Inheritance
- Unary and Binary Operations
- Data types
- Repl Interpreter
- Evaluate by need
- Pretty printer
- Abstract and concrete syntax### To run the interpreter see: *"Part 3 of the Report.pdf in src directory".*