Vic Nightfall

Results 15 issues of Vic Nightfall

I have the following grammar for a small parser that parses C types: ``` function_decl = ret: type_1 '(' args: ','.{ type_1 | varargs } ')'; sign = 'signed' |...

Handling comments inside my grammar has been such a performance drag that I decided to strip them in a preprocessing step (I have `/* nested /* comments */*/`). There's a...

enhancement

I thought I should post this here since the repo contains grammars for other editors, and it could be useful to someone. I've written a vscode addon a while ago...

enhancement

Since Mac clients seems to have problems with the standard kernel nfs server, I was trying nfs-ganesha as a potential alternative. Sadly I got a crash today. Backtrace: ``` Jul...

bug
Patch Submission via issue/pull request
Need Info
Patch required in Gerrithub

I have managed to compile the library for macos with a few changes, but it doesn't run properly. This was tested on an M2 mac. When I try to mount...

Just like the ComputerCraft program, but for OpenComputers. And @skyem123 is going to do it.

feature

Those should be fairly well testable.

TODO

Works like a portable CAD except that you can't edit anything. Might want to use the map render for this. (Get inspired by [this](http://media-minecraftforum.cursecdn.com/attachments/133/372/635734107995336432.png))

feature

Might want to use CCC for this, as it has some nice and simple networking system. Spamming everything with packet classes doesn't work out that well.

TODO