Benjamin Titmus
Benjamin Titmus
For aliases with `$*` in them, bash will accept the alias. `fish` complains because these aren't valid in `fish`. `bass` should convert these to an acceptable form for `fish`. Test...
I needed to add `-std=c99` to CFLAGS to get this to compile (gcc relatively recent version). I'm pretty sure this flag should be safe on LLVM as well, so maybe...
I am using SystemVerilog which only has basic language support (using a custom entry in Languages.txt). In the following code the links work: ``` // Class: P::A // Reference to...
In SystemVerilog, a function with a default value is defined like this (declared similarly): ``` // Function: a function void a(bit b = 1'b1); endfunction ``` Natural Docs will not...
These use the same generator used to make the black and dark themes. The emacs themes aren't good because they do not use the names used by the vim themes...