You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying this on Linux, there are some issues with the interpreter not reprinting lines in the same place if it makes sense. It also retains "returns" until the end of the program. Let me illustrate this:
Except for that, it compiles wonderfully.
I have no knowledge in C#, so I cannot help unfortunately...
The text was updated successfully, but these errors were encountered:
That's true I experienced this before when testing but forgot to fix it. Btw you can run the Ncodi.Cli project then you can run code from files with .ncodi extension using this command (./Ncodi.Cli run filename.ncodi) in the folder where it got built I am not sure of the path but it somewhere in src/Ncodi.Cli/bin
Hello,
When trying this on Linux, there are some issues with the interpreter not reprinting lines in the same place if it makes sense. It also retains "returns" until the end of the program. Let me illustrate this:
Except for that, it compiles wonderfully.
I have no knowledge in C#, so I cannot help unfortunately...
The text was updated successfully, but these errors were encountered: