Ncodi icon indicating copy to clipboard operation
Ncodi copied to clipboard

Interpreter issues in Linux

Open LyesSaadi opened this issue 3 years ago • 1 comments

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:

image

Except for that, it compiles wonderfully.

I have no knowledge in C#, so I cannot help unfortunately...

LyesSaadi avatar Jul 20 '21 22:07 LyesSaadi

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

azizamari avatar Jul 20 '21 23:07 azizamari