aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parser&Walker: Support redirectionAndré Aparício2012-08-031-2/+2
* Parser: fix builtin/keyword testMu Qiao2011-07-201-1/+1
* Parser: remove global backtrackingMu Qiao2011-07-201-1/+1
* Parser: use lexer rule to parse singled quoted stringMu Qiao2011-06-251-1/+1
* Parser: support writing C++ code in the grammarMu Qiao2011-06-211-1/+1
* Parser: Support redirection for all kinds of commandsMu Qiao2011-06-141-6/+6
* Parser: builtin test doesn't do && or ||Petteri Räty2011-06-101-0/+1
* Parser: improve redirection handlingMu Qiao2011-06-031-2/+2
* Parser: support redirection for command groupMu Qiao2011-06-011-0/+2
* Parser: remove list rulePetteri Räty2011-04-201-1/+1
* Parser: fix multiple roots in pipeline rulePetteri Räty2011-04-171-2/+2
* Parser: support ;\n between commandsPetteri Räty2011-04-171-0/+2
* Parser: fix space after variable assignmentPetteri Räty2011-04-171-0/+1
* Improve support for arithmetic expressionsPetteri Räty2011-04-091-1/+1
* Refer to git log for copyright informationPetteri Räty2011-03-261-1/+1
* Fix copyright format, add missing copyrightMu Qiao2011-03-261-0/+18
* DOUBLE/SINGLE_QUOTED_STRING virtual tokensNathan Eloe2010-08-041-1/+1
* Enable expression groupingNathan Eloe2010-08-041-0/+1
* Bug fix: parser hangs on complex stringsNathan Eloe2010-07-181-5/+5
* Expansions in fnameNathan Eloe2010-07-071-8/+8
* Fixes: Multiple nodes as head, var defs, stringsNathan Eloe2010-07-071-8/+8
* Variable Definition in listsNathan Eloe2010-06-211-0/+4
* Bug Fix: Handle empty lines and EOL as list command delimiterNathan Eloe2010-06-211-1/+11
* List implementationNathan Eloe2010-06-081-0/+7