Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh bcfc6f0c57 Everywhere: Fix more typos vor 4 Jahren
  asynts 6351a56d27 AK+Format: Do some housekeeping in the format implementation. vor 4 Jahren
  AnotherTest a10cfee0d4 Shell: Track line numbers and the positions of some keywords vor 4 Jahren
  AnotherTest 6e6be8e56e Shell: Ignore '\\\n' in input vor 4 Jahren
  AnotherTest 51e598cf0b Shell: Use NonnullRefPtr to store non-null subnodes vor 4 Jahren
  AnotherTest 4c6f7846b4 Shell: Add 'match' expressions vor 4 Jahren
  AnotherTest 53b85bcdd0 Shell: Make Parser::expect() revert the offset when matching fails vor 4 Jahren
  AnotherTest d1550ea64f Shell: Add support for functions vor 4 Jahren
  AnotherTest b194d79c53 Shell: Add the (now) free subshell support vor 4 Jahren
  AnotherTest aa2df9277d Shell: Allow control structures to appear in pipe sequences vor 4 Jahren
  AnotherTest 715e11f692 Shell: Fix job control and backgrounding vor 4 Jahren
  AnotherTest b90eb5c9ba Shell: Add 'if' expressions vor 5 Jahren
  AnotherTest d9a1cb440c Shell: Restore input offset when failing to parse a redirection vor 5 Jahren
  Andreas Kling c29681cb03 Shell: Make VariableDeclarations::Variable store NonnullRefPtrs vor 5 Jahren
  Andreas Kling 3cb8ae873c Shell: Use NonnullRefPtr to simplify some things in the parser/AST vor 5 Jahren
  AnotherTest 12af65c1c9 Shell: Add support for ARGV (and $*, $#) vor 5 Jahren
  AnotherTest c4888f4b5f Shell: Fix parse mistake in '&&' not being recursive vor 5 Jahren
  AnotherTest 58308748cb Shell: Ignore leading semicolons vor 5 Jahren
  AnotherTest b6066faa1f Shell: Add a 'for' loop vor 5 Jahren
  AnotherTest 95fc7dd03a Shell: Parse lists serially, and flatten them only when needed vor 5 Jahren
  Peter Elliott 9c1da8fca1 Shell: Remove '[' and ']' as special shell characters vor 5 Jahren
  AnotherTest b5e04cb070 Shell: Skip creating a Join node when nothing was parsed vor 5 Jahren
  AnotherTest f9d3055691 Shell: Do not treat the ending newline as part of a comment vor 5 Jahren
  AnotherTest d6de2b5828 Shell: Show descriptions about syntax errors vor 5 Jahren
  AnotherTest 034be8e74c Shell: Allow a command sequence to be delimited by newlines vor 5 Jahren
  AnotherTest d2bdbc3e77 Shell: Mark And and Or nodes as execute nodes vor 5 Jahren
  AnotherTest 3a37e8c56f Shell: Provide completions to Tilde and its Juxtaposition. vor 5 Jahren
  AnotherTest c5d0aa9a44 Shell: Allow commands in variables, and properly substitute them on use vor 5 Jahren
  AnotherTest 42304d7bf1 Shell: Parse a pipe sequence inside $(...) vor 5 Jahren
  AnotherTest 8e078cf4ab Shell: Expand Juxtaposition of lists to list products vor 5 Jahren