madlambda / nash

Nash stands for Nash shell.
Apache License 2.0
157 stars 11 forks source link

parser: comment not allowed inside lists #170

Open i4ki opened 7 years ago

i4ki commented 7 years ago

The parser complain in the code below:

tests = (
      # oops
     some
     list
)

The parser is right regarding our specification, but I think we need to improve it: https://github.com/NeowayLabs/nash/blob/master/spec.ebnf#L75

katcipis commented 7 years ago

I tried to do this these days and got surprised it did not work, it would definitely be good :+1: