Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Task4_2
Chosen tasks: model language interpreter

Assembly 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).