aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parser: Allow EOLs in builtin array definitionMu Qiao2012-03-011-0/+12
* Parser&Walker: allow multiple arithmetic expressionsMu Qiao2012-02-281-10/+10
* Builtin: reimplement the local built-inMu Qiao2011-08-021-1/+1
* Parser: allow white spaces around array indexMu Qiao2011-08-021-0/+1
* Parser&Walker: reimplement export built-inMu Qiao2011-08-021-0/+3
* Parser: remove tokens for += and -=Mu Qiao2011-08-021-2/+2
* Parser: remove global backtrackingMu Qiao2011-07-201-3/+3
* Parser: handle command substitution in lexer rulesMu Qiao2011-07-201-2/+2
* Parser: support writing C++ code in the grammarMu Qiao2011-06-211-1/+1
* Merge remote-tracking branch 'mu/array_expansion'Petteri Räty2011-06-111-6/+6
|\
| * Walker: support array offset expansionMu Qiao2011-06-111-6/+6
* | Parser: fix handling ))Petteri Räty2011-06-101-0/+1
* | Parser: handle appending to arraysPetteri Räty2011-06-101-0/+3
|/
* Walker: implement remove expansion for raw stringMu Qiao2011-04-201-4/+4
* Parser: functions inside command substitutionPetteri Räty2011-04-201-1/+1
* Parser: fix ws handling for array assignmentPetteri Räty2011-04-171-0/+4
* Parser: optional colon in parameter expansionsPetteri Räty2011-04-171-1/+1
* Parser: no dedicated tokens for some expansionsPetteri Räty2011-04-171-1/+1
* Unify variable reference AST for arraysMu Qiao2011-04-131-3/+3
* Refer to array indexes with arithmetic expressionsPetteri Räty2011-04-121-0/+1
* Fix parameter expansion parsing for arraysPetteri Räty2011-04-121-0/+9
* Support parsing array member sizesPetteri Räty2011-04-121-0/+5
* Simplify array assignment rulesPetteri Räty2011-04-111-2/+2
* Refer to git log for copyright informationPetteri Räty2011-03-261-1/+1
* Fix copyright format, add missing copyrightMu Qiao2011-03-261-0/+18
* Expansions in fnameNathan Eloe2010-07-071-3/+3
* Fixes: Multiple nodes as head, var defs, stringsNathan Eloe2010-07-071-0/+2
* AST restructuring: referencing variablesNathan Eloe2010-07-041-4/+4
* FNAME token rewritten as parser ruleNathan Eloe2010-06-211-3/+3
* AST structure fix: variable assignmentsNathan Eloe2010-06-211-0/+3
* Non-ASCII character handlingNathan Eloe2010-06-211-5/+2
* Implementation: Indexed Array variablesNathan Eloe2010-06-121-0/+10