Juan José González Abril

Results 4 issues of 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]). ``` ![Number with underscore](https://user-images.githubusercontent.com/5330355/99412094-a593f300-28f4-11eb-8abd-e7c79dc1647e.PNG) However this code compiles and they are...

For Collaboration

## 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...

bug

## 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`...

refactor

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....