aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parser&Walker: support literals in regular expMu Qiao2012-03-021-0/+1
* Parser: allow multiple operands in test expressionMu Qiao2012-03-011-0/+4
* Parser&Walker: respect precedence in builtin testMu Qiao2012-02-231-2/+3
* Parser: respect operator precedence in keyword testMu Qiao2012-02-231-0/+2
* Parser: allow 'test' to be string literalMu Qiao2011-08-021-0/+1
* Parser: make spaces around < and > optionalMu Qiao2011-08-021-3/+5
* Parser: fix brace handling in regexMu Qiao2011-08-021-0/+1
* Parser: fix builtin/keyword testMu Qiao2011-07-201-3/+1
* Parser: remove global backtrackingMu Qiao2011-07-201-0/+2
* Merge branch 'mu/native_code'Mu Qiao2011-06-261-1/+1
|\
| * Parser: support writing C++ code in the grammarMu Qiao2011-06-211-1/+1
* | Parser: support -a and -o in built-in testMu Qiao2011-06-191-0/+2
* | Parser: support regular expression in keyword testMu Qiao2011-06-161-0/+1
|/
* Parser: use tokens instead of "OP" for keyword testMu Qiao2011-05-221-1/+3
* Parser: support == and != in test built-inMu Qiao2011-04-271-0/+3
* Parser: simplify and fix cond_part ruleMu Qiao2011-04-271-1/+1
* Improve support for arithmetic expressionsPetteri Räty2011-04-091-4/+4
* Refer to git log for copyright informationPetteri Räty2011-03-261-1/+1
* Fix copyright format, add missing copyrightMu Qiao2011-03-261-13/+14
* DOUBLE/SINGLE_QUOTED_STRING virtual tokensNathan Eloe2010-08-041-2/+2
* Enable expression groupingNathan Eloe2010-08-041-0/+2
* Double/single bracket conditional differencesNathan Eloe2010-08-011-4/+4
* Bug fix: parser hangs on complex stringsNathan Eloe2010-07-181-1/+1
* Expansions in fnameNathan Eloe2010-07-071-3/+3
* Merging fragment ASTs into main ASTNathan Eloe2010-06-241-0/+24