AnotherTest
|
12af65c1c9
Shell: Add support for ARGV (and $*, $#)
|
пре 4 година |
AnotherTest
|
c4888f4b5f
Shell: Fix parse mistake in '&&' not being recursive
|
пре 5 година |
AnotherTest
|
58308748cb
Shell: Ignore leading semicolons
|
пре 5 година |
AnotherTest
|
b6066faa1f
Shell: Add a 'for' loop
|
пре 5 година |
AnotherTest
|
95fc7dd03a
Shell: Parse lists serially, and flatten them only when needed
|
пре 5 година |
Peter Elliott
|
9c1da8fca1
Shell: Remove '[' and ']' as special shell characters
|
пре 5 година |
AnotherTest
|
b5e04cb070
Shell: Skip creating a Join node when nothing was parsed
|
пре 5 година |
AnotherTest
|
f9d3055691
Shell: Do not treat the ending newline as part of a comment
|
пре 5 година |
AnotherTest
|
d6de2b5828
Shell: Show descriptions about syntax errors
|
пре 5 година |
AnotherTest
|
034be8e74c
Shell: Allow a command sequence to be delimited by newlines
|
пре 5 година |
AnotherTest
|
d2bdbc3e77
Shell: Mark And and Or nodes as execute nodes
|
пре 5 година |
AnotherTest
|
3a37e8c56f
Shell: Provide completions to Tilde and its Juxtaposition.
|
пре 5 година |
AnotherTest
|
c5d0aa9a44
Shell: Allow commands in variables, and properly substitute them on use
|
пре 5 година |
AnotherTest
|
42304d7bf1
Shell: Parse a pipe sequence inside $(...)
|
пре 5 година |
AnotherTest
|
8e078cf4ab
Shell: Expand Juxtaposition of lists to list products
|
пре 5 година |
AnotherTest
|
a4627f2439
Shell: Switch to a new parser and AST
|
пре 5 година |
AnotherTest
|
2714bba3f0
Shell: Highlight redirections
|
пре 5 година |
AnotherTest
|
77039e5354
Shell: Correctly complete paths in redirections
|
пре 5 година |
AnotherTest
|
c23c354779
Shell: Parse and correctly evaluate 'command &' and 'command &&'
|
пре 5 година |
AnotherTest
|
1d0d0e9d00
Shell: Parse comments
|
пре 5 година |
AnotherTest
|
a862c230b1
Shell: Include some metadata in parsed tokens and ask for continuation
|
пре 5 година |
AnotherTest
|
fb63b84c78
Shell: Correctly parse quoted filenames in redirection
|
пре 5 година |
Andreas Kling
|
ed90d39cd7
Shell: Allow empty tokens if enclosed in single or double quotes
|
пре 5 година |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
пре 5 година |
Andreas Kling
|
6f4c380d95
AK: Use size_t for the length of strings
|
пре 5 година |
Karol Baraniecki
|
431abc8846
Shell: Redirectiong from multiple-digit fds
|
пре 5 година |
Karol Baraniecki
|
7ed8a468ec
Shell: Implement specifying fds in file redirection
|
пре 5 година |
Aaron Malpas
|
f44e7dc5d0
Shell: Add POSIX-compliant character escaping
|
пре 5 година |
Conrad Pankoff
|
6bb6176762
Shell: Support semicolons for separating commands
|
пре 5 година |
Andreas Kling
|
f7ede145b4
Shell: Run clang-format on everything.
|
пре 6 година |