Leonard Schütz
Leonard Schütz
Parsing and validation for this is currently broken, `for x in y {}` causes a compiler crash
And insert a check at startup to assert the correct assumed layout?
@archSeer Hate to be that guy but, do you remember the name of the colorscheme used in the GIF? [https://github.com/archSeer/nvim-elixir/blob/master/autocomplete.gif](https://github.com/archSeer/nvim-elixir/blob/master/autocomplete.gif)
@archSeer Thanks!
Just like any other operator. In a bytecode-VM it's just another opcode.
What would you propose?
So `charly_namespace` should automatically inject itself into the program? That would cause a namespace conflict pretty fast. Having the ability to put each namespace and method into a user-defined variable...
Hey, It would be definitely possible. The tricky parts would be C-interoperability and basically all the parts which [use some form of assembly](https://github.com/crystal-lang/crystal/blob/master/src/fiber.cr#L151). Anyway, are slow compilation times really a...
Indeed, the top snippet is what this issue proposes. These snippets demonstrate how the parser would effectively transform the top snippet into the lower snippet. ```javascript "hello #{name}" // gets...
Writing code with enums usually requires comparing them every so often. Sometimes that code becomes long and complicated. Allowing functions directly inside enums makes it possible to encapsulate logic and...