[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
slight oddity in script parser
From: |
Patrick Georgi |
Subject: |
slight oddity in script parser |
Date: |
Fri, 01 Aug 2008 01:48:57 +0200 |
User-agent: |
Thunderbird 2.0.0.16 (Windows/20080708) |
Hi,
I forgot this, so sorry for the separate mail:
Currently, the parser expects comments to start at the beginning of the
line, so "ls /foo # necessary because of baz" doesn't work properly
I think a good scenario would be to have comments start either on "#" at
pos0, or on " #". This way, ls /foo#bar continues to work.
Also, currently the following is a single comment, which is an unusual
feature:
# this comment starts here\
and continues on this line
Regards,
Patrick Georgi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- slight oddity in script parser,
Patrick Georgi <=