Block a user
STYLE: make rules more granular and consistent, add examples
I struggled with coming up with this example. Could someone proofread this?
STYLE: make rules more granular and consistent, add examples
testing
The current Makefile
just builds and tests true(1) for me. The following change seems to fix this:
diff --git a/Makefile b/Makefile
index 6c6d555..906e7f4 100644
--- a/Makefile
+++…
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…