dcwong
dcwong
运行java一堆messy code ``` [Running] cd "e:\java_files\StepSecond\src\" && javac ComicBooks.java && java ComicBooks ע: ComicBooks.javaʹ����δ������ȫ�IJ����� ע: �й���ϸ��Ϣ, ��ʹ�� -Xlint:unchecked ���±��롣 Title: Amazing spider-man Issue: 1A Condition: very fine Price: $7500.0 l...
@Cologler 不是你的版本。coderunner还没修复这个问题,是不是要把其他编码的输出全部转换成utf-8编码来输出?
@formulahendry yes, it's a problem.
@seesharper Please point out which method works like `CSScript.Evaluator.LoadCode`. I don't see it documented. I tried `ExecuteCodeCommand` and it complained about missing assembly references. ```csharp var source = @"using System;...
Thanks, it helped a lot. I've managed to get the script running and get an exit code 0, but how can I load some data from source (like load a...
That would be great.
Maybe we need to rewrite the whole Kaleidoscope tutorial in C#?
I didn't see this, so I had to build `LLVMSharp` myself and then copied `LLVMSharp\artifacts\bin\tests\LLVMSharp.UnitTests\Debug\net5.0\libLLVM.dll` to make it work.