SerHack
SerHack
Thank you, I can confirm a a partial rewritten is necessary. The problem is I do not have a lot of time for this since I'm studying.
Exactly @vtnerd . By the way, I did not know if I should open an PR for that trivial issue. Please close if anyone thinks it's more clear to have...
Thanks for the feedback, I do agree with you. I'll commit that version.
`Server returned RPC error: invalid output with code 1 called from rest_server.cpp:643` At least now API throws an error! Last time, the call went into timeout and it was not...
What's the version of Monero you're trying to compile with? How do you call cmake?
> -DMONERO_BUILD_DIR=~/monero/build You need to specify the directory where are located additional CMakeFiles for monero repository. Then you should change that to `monero/build/Linux/HEAD_detached_at_v0.17.1.9/release`. Remember to remove the folder on monero-lws...
I still have some problems writing lexers from scratch, but I played a little bit with Chroma and I obtained this. 
@heapcrash check out the latest commits, it should work for C. I might port that RegEx to C++ too.
Thanks, would you mind if I ask you an example of that method?
Thank you a lot!