hexaredecimal / hexaredecimal/ML

Invalid Codegen for dinamic array

Open
#27 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
18
Forks
1
PR merge metrics
No merged PRs in 30d

Description

The codegen is wrong when generating code for dinamic arrays
```
val n = [1, "hey",2, "World"]
```
- Right now n becomes a `List[Int]` instead of `List[Any]`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.