[FEATURE] Add structure declaration
frankhart2018 opened this issue · 3 comments
frankhart2018 commented
Describe the solution you'd like
To add support only struct line has to be parsed as we use a selectively recursive recursive descent parser which does not require unnecessary recursion.
Todo
- Identify struct as a keyword
- Parse the line - struct
- Compile the line - struct
For reference look at implementation of loops and function definition.
10Kaiser10 commented
I would like to work on this issue, please assign me.
frankhart2018 commented
Sure @10Kaiser10.
frankhart2018 commented
Merged.