https://github.com/qequ/compiladores_lab
https://github.com/qequ/compiladores_lab
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/qequ/compiladores_lab
- Owner: qequ
- Created: 2020-07-08T16:33:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T16:27:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T00:50:40.639Z (over 1 year ago)
- Language: Haskell
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Semantic equations interpreter
Made in Haskell, supports ints, bools, variables and their basic operations. If, While and variable assignations.