Is there an existing issue for this?
I am following the documentation's guide
This issue exists in the latest version
Current Behavior
The Kipper Parser despite having been initially designed with nested types in mind seems to not correctly parse the nested array type expression Array<Array<num>> unless spaces are added for clarification, for example with the combination Array< Array<num> >.
If the spaces are present to distinguish the type then no crash is encountered during the parsing step.
Expected Behavior
Array<Array<num>> should be recognised by the Parser and correctly passed onto the semantic analysis step of the compilation.
Steps To Reproduce
- Use type expression
Array<Array<num>>
Environment
Is there an existing issue for this?
I am following the documentation's guide
This issue exists in the latest version
Current Behavior
The Kipper Parser despite having been initially designed with nested types in mind seems to not correctly parse the nested array type expression
Array<Array<num>>unless spaces are added for clarification, for example with the combinationArray< Array<num> >.If the spaces are present to distinguish the type then no crash is encountered during the parsing step.
Expected Behavior
Array<Array<num>>should be recognised by the Parser and correctly passed onto the semantic analysis step of the compilation.Steps To Reproduce
Array<Array<num>>Environment