Kovid Goyal
|
4974219e0f
|
Add function to shlex for completion
Also remove the google header since we have diverged from
the original a fair bit. Add a link to the original for credit.
|
2022-11-14 15:42:08 +05:30 |
|
Kovid Goyal
|
a4de4b7c6f
|
Report stream start position for tokens
|
2022-11-14 15:42:08 +05:30 |
|
Kovid Goyal
|
eae4899df4
|
Use a string builder instead of appending to a slice
|
2022-11-14 15:42:08 +05:30 |
|
Kovid Goyal
|
87b4800fdf
|
Get rid of comment parsing from shlex
POSIX does not define comments
|
2022-11-14 15:42:08 +05:30 |
|
Kovid Goyal
|
64156fd6e6
|
Have the shlex tokenizer return space tokens as well
|
2022-11-14 15:42:08 +05:30 |
|
Kovid Goyal
|
1485981b11
|
Have the shlex tokenizer track position in stream and return defined error types
|
2022-11-14 15:42:08 +05:30 |
|
Kovid Goyal
|
8d76cf8d32
|
Import the google shlex package as we need more sophisticated parsing
|
2022-11-14 15:42:08 +05:30 |
|