Timothy Flynn
|
02e3633b7f
AK: Move FormatParser definition from header to implementation file
|
3 năm trước cách đây |
sin-ack
|
4c6a97e757
Shell: Make caller specify the string parsing end condition
|
3 năm trước cách đây |
TheFightingCatfish
|
f67c2c97b1
Shell: Improve the parsing of history event designators
|
3 năm trước cách đây |
Andreas Kling
|
dc65f54c06
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
|
4 năm trước cách đây |
Andreas Kling
|
de395a3df2
AK+Everywhere: Consolidate String::index_of() and String::find()
|
4 năm trước cách đây |
Ali Mohammad Pur
|
fdfa5c0bc7
Shell: Avoid moving AK::Function instances while inside them
|
4 năm trước cách đây |
Ali Mohammad Pur
|
b1fe5d5517
Shell: Parse '\t' in doublequoted strings as a tab character
|
4 năm trước cách đây |
Ali Mohammad Pur
|
22b244df45
Shell: Add support for \uhhhhhhhh escapes in strings
|
4 năm trước cách đây |
Ali Mohammad Pur
|
70728b49e2
Shell: Move the heredocs vector to a local value before processing it
|
4 năm trước cách đây |
Ali Mohammad Pur
|
f1d49d391e
Shell: Disallow non-bareword nodes as part of a heredoc key
|
4 năm trước cách đây |
Ali Mohammad Pur
|
3048274f5e
Shell: Add support for heredocs
|
4 năm trước cách đây |
Ali Mohammad Pur
|
cf4935e806
Shell: Avoid position push/pop when checking for next_is()
|
4 năm trước cách đây |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 năm trước cách đây |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 năm trước cách đây |
Andreas Kling
|
b41b6dd279
Shell: Convert String::format() => String::formatted()
|
4 năm trước cách đây |
AnotherTest
|
18b3334738
Shell: Allow newlines between the function decl and its body
|
4 năm trước cách đây |
AnotherTest
|
3b8fa5a753
Shell: Add support for indexing into variables
|
4 năm trước cách đây |
Andreas Kling
|
f59ad2dc57
Everywhere: Remove pessimizing and redundant move()
|
4 năm trước cách đây |
AnotherTest
|
125be2923c
Shell: Consume the username when parsing '~user'
|
4 năm trước cách đây |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 năm trước cách đây |
AnotherTest
|
13b65b632a
Shell: Add support for enumerating lists in for loops
|
4 năm trước cách đây |
AnotherTest
|
a45b2ea6fb
Shell: Add support for 'immediate' expressions as variable substitutions
|
4 năm trước cách đây |
AnotherTest
|
a303b69caa
Shell: Do not parse history events in scripts
|
4 năm trước cách đây |
Linus Groh
|
e265054c12
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
|
4 năm trước cách đây |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 năm trước cách đây |
AnotherTest
|
5204c9062c
Shell: Make history index values not fitting in i32 a syntax error
|
4 năm trước cách đây |
AnotherTest
|
e3ec759f97
Shell: Make history range values larger than u32 a syntax error
|
4 năm trước cách đây |
AnotherTest
|
2bd77bc93b
Shell: Make the parser read consecutive sequences without recursing
|
4 năm trước cách đây |
AnotherTest
|
5b79d0d1a3
Shell: Allow newlines between `else` and `if`'s closing brace
|
4 năm trước cách đây |
AnotherTest
|
239472ba69
Shell: Add (basic) support for history event designators
|
4 năm trước cách đây |