aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Spirit Qi implementation of parsing token filePetteri Räty2011-04-121-14/+35
|/
* Add missing tests for arithmeticMu Qiao2011-04-121-0/+5
* Implement array definitionMu Qiao2011-04-122-4/+4
* Simplify case expression rulesPetteri Räty2011-04-111-1/+1
* Add printing tokens option to ast_printerMu Qiao2011-04-112-4/+63
* Improve option handling and output of ast_printerMu Qiao2011-04-091-66/+73
* Transform ESC_CHAR token into a parser ruleMu Qiao2011-04-091-1/+1
* Simplify double quoted string with negationPetteri Räty2011-04-071-2/+2
* Move tests in walker_test into script folderMu Qiao2011-04-071-185/+11
* Implement a helper program to visualize ASTMu Qiao2011-04-071-0/+110
* Variable printer output using KarmaPetteri Räty2011-04-031-9/+8
* Use std::map to simplify variable printerPetteri Räty2011-04-021-8/+4
* Implement a custom test for variable retrievalMu Qiao2011-04-022-0/+68
* Implement a public interface for variable retrievalMu Qiao2011-04-021-0/+36
* Implement double quoted string literalMu Qiao2011-03-311-0/+13
* Implement simple variable definitionMu Qiao2011-03-311-0/+31
* Refactor unit test to allow adding new rulesMu Qiao2011-03-311-30/+37
* Return the value of arithmetic assignment expressionMu Qiao2011-03-301-18/+22
* Rename grammar filesMu Qiao2011-03-302-13/+13
* Implement arithmetic assignmentMu Qiao2011-03-291-0/+10
* Implement arithmetic assignmentMu Qiao2011-03-291-0/+13
* Refactor unit testMu Qiao2011-03-291-2/+8
* Enable more warnings for developersPetteri Räty2011-03-261-1/+2
* Refer to git log for copyright informationPetteri Räty2011-03-263-3/+3
* Fix copyright format, add missing copyrightMu Qiao2011-03-263-24/+27
* Implement ++, -- operators and variable referenceMu Qiao2011-03-251-2/+12
* Naive interpreter implementationMu Qiao2011-03-243-2/+146
* Simplify lexer, add post_check.Mu Qiao2011-03-122-0/+76