Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nightforger/pascal_interpeter
RPN, 2 pascal progs, simple text-gui.
https://github.com/nightforger/pascal_interpeter
Last synced: 5 days ago
JSON representation
RPN, 2 pascal progs, simple text-gui.
- Host: GitHub
- URL: https://github.com/nightforger/pascal_interpeter
- Owner: NightForger
- Created: 2019-05-20T17:57:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T17:58:12.000Z (over 5 years ago)
- Last Synced: 2024-11-10T10:13:29.878Z (5 days ago)
- Language: C++
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task4_2
Chosen tasks: model language interpreterAssembly process: make
Startup process: make run
Description: Use 'make help'
Used libraries: iostream, stack, fstream, exception, string.h, ctype.h, stdlib.h
Additional information: For this tasks I was using help of the internet and Egor Guguchkin (and previous year).