Ne_Eo
Ne_Eo
In example "Adding arrays", the code in the example doesn't work. In example "Addition of RegExps", the code was formatted weirdly causing it not to return the correct result. The...
I have a string field where you can put a path but the text field is not wide enough.  Minecraft Version: 1.16.1
I don't think that this code is efficient. So you can commit to this pull request to fix stuff. This pull request is a draft since there are still some...
Add Structs
Closes #30 Closes #29 I feel like that there is so much that could be improved, so I'm opening this as a draft. If you have any questions about my...
```c int main() { print("Hello" /*COMMENT*/ " World"); } ``` The string would be compiled as `"Hello World"` ```c int main() { print("1"); print("2"); print("3"); print("4"); print("5"); // Could then...
This is a thing that would probably not be implemented for a long time, due to it's completely. Here is an example: ```c void main() { int x = 5;...
This would probably be a long term thing. A 16-bit is stored as 2 cells since this is an 8-bit compiler. The 16-bit max value is `65535`. A 16-bit int...
```c printint(55); // becomes print("55"); ```
Octal literals are defined as `0[0-7]+` Binary literals are defined as `0b[01]+`