Added parser for [[]]/[] with associated errors

This commit is contained in:
Vidar Holen
2012-11-08 14:39:14 -08:00
parent 99e765ff34
commit 977cf427ca
2 changed files with 197 additions and 5 deletions

View File

@@ -0,0 +1 @@
if [[ foo]]; then echo lol; fi