Louis Pilfold
Louis Pilfold
Because that's how Erlang works.
Thank you 💜
Wow, OK! So I've experimented with this and it seems that you can only used variables declared inside the same pattern _if they are declared in the bit string itself_....
Yes, I think so. We will have to make the variables in the pattern not register immediately, and have a special case so that variables defined within a bit array...
What problem are you having? This compiles ```erlang -module(a). -export([main/0]). main() -> = , erlang:display(A), erlang:display(B). ```
That's not the same code as I've got there. Could you share all of it please?
To understand what this Gleam code does at runtime you will need to view the compiled Erlang.
When you are ready for a review please un-draft this PR. Thank you!
Hello! Are you still working on this one? Thanks