Skip to content

Implemented array expression

Florian Naumann requested to merge impl_array into main

Implemented syntax indexing and slicing

Implemented error detection for faulty syntax with arrays

Added error detection to prevent noises within array index syntax Reason: Ion shell behaves weirdly if noises are between the components of an array index syntax.

Adjusted grammar for array expression and indexing of array values

Solves the following issue: #8 (closed)

Merge request reports