| Age | Commit message (Collapse) | Author |
|
Not using "b o f" token anymore.
|
|
capture any operator and give it a (configurable?) precedence.
|
|
end of command, except if exactly <dot><dot>
|
|
|
|
Nasty bug due to smie fallback to backward-sexp when finding an
unknown token, namely the token "", which happens when reaching the
bof. Had to add a specific token for b o f.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
second attempt, seems better (cleaner code).
|
|
First attempt, seems ok.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
really need some "operator" recognition here.
|
|
|
|
|
|
'make check' to get errors
|
|
to fix #472
|
|
|
|
|
|
|
|
- minor changes in user manual
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|