hexaredecimal / ML

A small general purpose programming language for programming on the JVM. packages: https://smllpkgs.onrender.com/
https://smllang.gitbook.io
Other
14 stars 1 forks source link

Invalid codegen for Cast to List #28

Open hexaredecimal opened 2 months ago

hexaredecimal commented 2 months ago

The following code generates invalid code

[20, 10] as List[Any]