Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Nordal
aa987e83b6 Try to make friends with rustfmt [2/2] 2020-02-23 21:35:27 +01:00
Andreas Nordal
3c402440f2 Rust 1.37: Syntax change for match inclusive range 2019-11-28 23:00:00 +01:00
Andreas Nordal
2d44d99756 Rust 1.37: Avoid dyn trait for predicates 2019-11-28 22:59:58 +01:00
Andreas Nordal
31ecf3a9f8 [clippy 8/15] len == 0 → is_empty 2019-07-28 22:01:33 +02:00
Andreas Nordal
c5eff247a9 [clippy 5/15] Some returns do not have to be explicit 2019-07-28 22:01:25 +02:00
anordal
17dda98ee8 Fix/implement interpretation of fd redirection 2018-07-29 21:34:28 +02:00
Andreas Nordal
a0b93a70ef Command position: Tackle assignment, psub, subshell, group command 2018-06-24 20:32:06 +02:00
Andreas Nordal
4bce998d34 Fix: Keywords are not whitespace separated
Ex: Fixes the keyword classification of "fi" in "$(if true; then :; fi)"
2018-06-24 12:40:59 +02:00
Andreas Nordal
d43a95406f Rename is_controlcharacter → is_whitespace
Because ' ' is not a control character.
2018-06-24 10:31:49 +02:00
Andreas Nordal
bbce97387c Big source split 2018-06-14 22:56:56 +02:00