Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ctoic/-data-structures_assignment-02

Suppose you are designing a compiler for a limited programming language namely Recursive Language (RL) that is close to C++ and the details of language are provided later in the assignment. Your task is to compile and simulate the behavior of OS for executing a program consisting of recursion. Basic working of the Intelligent Compiler is as follows: 1. Reading a text file “code.txt” consisting of a program written in Recursive Language. 2. Compiling the code to understand the actions. 3. Exhibiting the behavior of code by updating the stack segment of a program. 4. Generating necessary output after each step and compiling the final outcome. 5. Reporting the results in “result.txt” file.
https://github.com/ctoic/-data-structures_assignment-02

Last synced: about 13 hours ago
JSON representation

Suppose you are designing a compiler for a limited programming language namely Recursive Language (RL) that is close to C++ and the details of language are provided later in the assignment. Your task is to compile and simulate the behavior of OS for executing a program consisting of recursion. Basic working of the Intelligent Compiler is as follows: 1. Reading a text file “code.txt” consisting of a program written in Recursive Language. 2. Compiling the code to understand the actions. 3. Exhibiting the behavior of code by updating the stack segment of a program. 4. Generating necessary output after each step and compiling the final outcome. 5. Reporting the results in “result.txt” file.

Awesome Lists containing this project