summary refs log tree commit diff
path: root/bin/man1/bit.1 (follow)
Commit message (Collapse)AuthorAge
* Add unary & to bitJune McEnroe2020-12-30
| | | | Also unary + and fix precedence of unary -.
* Add postfix $ operator to bitJune McEnroe2020-12-30
|
* Add variables to bitJune McEnroe2019-06-07
|
* Simplify and build bitJune McEnroe2019-05-30
lex is a waste of time.
> 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe