Historial de Commits

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