Block a user
qi(1)
: Syntax
Some thoughts on dereferencing.
- Prefixing with a symbol may be the only good option.
- nasm's
[var]
would be simple but ugly. I…
- nasm's
WIP: Automatic git commit messages
qi(1)
: Builtins
The only built-in commands I see as absolutely necessary are let
(or a way to change the shell environment; see #152) and cd
or chdir
.
The argument that built-ins drastically speed up…
Makefile improvements
-eq is integer equality, identical to intcmp -e. You'll want to use an equality sign instead.