Shell: Parse comments

This commit is contained in:
AnotherTest 2020-05-10 11:47:12 +04:30 committed by Andreas Kling
commit 1d0d0e9d00
Notes: sideshowbarker 2024-07-19 06:46:42 +09:00
3 changed files with 20 additions and 0 deletions

View file

@ -36,6 +36,7 @@ struct Token {
DoubleQuoted,
UnterminatedSingleQuoted,
UnterminatedDoubleQuoted,
Comment,
Special,
};
String text;