Juan José González Abril
Juan José González Abril
When writing a number with underscores, these are masked as errors: ```erlang main() -> X = 1_234.333_333, io:format("~p\n", [X]). ```  However this code compiles and they are...
## Description Fix a bug where when a trace with a result value without a source code representation, i.e. a PID, was saved to disk and then loaded, it would...
## Description Refactor the `cauder_eval` module to match more closely the structure of the `erl_eval` module. ## Changes - Refactor, rename and reorder some functions - Move `abstract/1` and `concrete/1`...
According to the Kotlin compiler source code, a `suspend` function returning a primitive `value class`: > Can't unbox into a primitive, since suspend functions have to return a reference type....