[FEATURE] Structure instantiation for a local scope
frankhart2018 opened this issue · 4 comments
frankhart2018 commented
Is your feature request related to a problem? Please describe.
Instantiating structure in simC.
Example
Assuming structure hello already defined:-
hello h
Todo
- Make changes in variable declaration in parser to take this into account, creating a new opcode might be helpful.
- Compile the code according to this newly created opcode.
aum-singhal commented
Sir I am very much interested to contribute on this project but just wanted to confirm that by the structure, you mean the linked lists structure or you anything else
frankhart2018 commented
Yeah structures in C. This issue is for implementation of structure instantiation. Implementation of structure declaration is done, you can take a look at that to get a better idea. Would you like to work on this?
aum-singhal commented
yeah sure
frankhart2018 commented
Assigning this to you @aum-singhal.