Open Issues Need Help
View All on GitHub Software Development • Code Samples
Update Parser to differentiate better between <- > and < -> about 2 months ago
AI Summary: Improve the C-Alpha compiler's parser to correctly handle the dereference operator (`->`) when it appears adjacent to the less-than (`<`) and greater-than (`>`) symbols, particularly in type casting scenarios. The parser needs to be modified to look beyond a single token when parsing these operators to avoid misinterpretations.
Complexity:
4/5
good first issue