aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parser&Walker: allow multiple arithmetic expressionsMu Qiao2012-02-281-78/+79
* Parser&Walker: support nested arithmetic expansionMu Qiao2011-08-021-0/+1
* Parser: remove tokens for assignmentMu Qiao2011-08-021-10/+10
* Parser: remove tokens for += and -=Mu Qiao2011-08-021-2/+2
* Parser: support == in arithmetic comparisonMu Qiao2011-08-021-0/+1
* Parser: remove global backtrackingMu Qiao2011-07-201-21/+19
* Parser: support writing C++ code in the grammarMu Qiao2011-06-211-1/+1
* Parser: support != in arithmetic expansionMu Qiao2011-06-091-0/+1
* Parser: allow spaces at the end of arithmetic expansionMu Qiao2011-06-011-0/+1
* Parser: prevent arithmetic assign to numbersPetteri Räty2011-04-201-0/+1
* Parser: fix warnings from unary rulePetteri Räty2011-04-201-0/+3
* Parser: deprecated syntax for arithmetic expansionPetteri Räty2011-04-171-0/+1
* Support arithmetic assignment for variable expansionMu Qiao2011-04-141-0/+3
* Fix parameter expansion in arithmetic expansionMu Qiao2011-04-141-4/+4
* Support array element in arithmetic expansionMu Qiao2011-04-141-0/+3
* Remove warning from arithmetic_partPetteri Räty2011-04-091-2/+2
* Improve support for arithmetic expressionsPetteri Räty2011-04-091-10/+12
* Rename tdm to times_division_modulusPetteri Räty2011-04-081-1/+1
* Support arithmetic expansion in double quoted stringMu Qiao2011-04-031-3/+3
* Split ARITH_ASSIGN into independent tokensMu Qiao2011-03-291-0/+9
* Refer to git log for copyright informationPetteri Räty2011-03-261-1/+1
* Fix copyright format, add missing copyrightMu Qiao2011-03-261-13/+14
* Naive interpreter implementationMu Qiao2011-03-241-5/+7
* DOUBLE/SINGLE_QUOTED_STRING virtual tokensNathan Eloe2010-08-041-1/+1
* Arithmetic expansion: $(( ))Nathan Eloe2010-08-011-0/+5
* Bug fix: arithmetic expansion missing featuresNathan Eloe2010-08-011-0/+12
* Language agnostic grammar fileNathan Eloe2010-07-181-4/+4
* Merging fragment ASTs into main ASTNathan Eloe2010-06-241-0/+95