I3oris
I3oris
Thank you @zw963! The coloration is correct, there is a hashtag so it's parsed as comment until the end of line. What is not correct is to use regular highlighter...
Hello acodervic, Unfortunately, there are no hot code reload yet in the interpreter. However, I don't think we are so far of this feature. Like java, he interpreter generate bytecode...
I tried to mokey patch the interpreter for this feature, I managed to get some interesting things, but nothing really functional. However, I started to work on just be able...
Yes it super interesting to understand how the interpreter works, the more I go deeper in the code, the more I realize how hard it is to do a interpreter...
I would love it!
The workaround is to press `alt-enter` to force continue on a new line. This error happen because the reader doesn't know if it should wait for a new line or...
History should be working on `ic` but not yet to `crystal-i`. This is because the code to handle history have not been imported to the compiler. (minimal impact): ```crystal def...