summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* don't trim trees when sending to parser, identical to stream sendAdrian Thurston2015-06-282-7/+18
* cleanup and simplification, generic elements and variousAdrian Thurston2015-06-131-1/+1
* some cleanup around the unified list and map genericsAdrian Thurston2015-06-082-2/+1
* giving list and map the original (non-vlist) funcs and fieldsAdrian Thurston2015-06-077-6/+53
* replacing list and map with vlist and vmapAdrian Thurston2015-06-0616-30/+30
* fixes for vmap insertAdrian Thurston2015-06-055-64/+27
* more vmap implementationAdrian Thurston2015-06-051-25/+18
* more of the vlist implementation .. moved all test cases to vlistAdrian Thurston2015-06-057-288/+164
* large scale symbol renaming in C codecolm-barracuda-v3Adrian Thurston2015-05-221-2/+2
* naming convention improvementsAdrian Thurston2015-05-171-2/+2
* more application of C naming conventionsAdrian Thurston2015-05-151-4/+4
* brought back the comma to param/arg listsAdrian Thurston2015-05-0377-290/+293
* downref find tree arg in MAP find (if tree)Adrian Thurston2015-05-021-0/+1
* fixed identification of tree map keys, which fixes the key downrefcolm-barracuda-v2colm-barracuda-v1Adrian Thurston2015-04-191-0/+7
* fixed missing downref in the logical operatorsAdrian Thurston2015-04-191-0/+18
* removed the contiguous computationAdrian Thurston2015-04-031-1/+1
* fixes for host-code function calls, added a couple test casesAdrian Thurston2015-04-034-34/+108
* added test case for C extensionsAdrian Thurston2015-04-033-2/+48
* additional function call testAdrian Thurston2015-03-291-0/+39
* some test cases for value genericsAdrian Thurston2015-02-154-0/+97
* added tests for list and map iterationAdrian Thurston2015-02-122-0/+41
* first cut of value-based ints, test cases passAdrian Thurston2015-01-272-6/+6
* the translate ctx becomes this, also removed ctx from parserAdrian Thurston2015-01-252-4/+4
* require that a new parser of a context-type receive the context at new timeAdrian Thurston2015-01-244-33/+32
* test case for new var captureAdrian Thurston2015-01-241-0/+12
* mandatory arg list for newAdrian Thurston2015-01-2445-131/+131
* revert "moved away the larger grammars for known langs"Adrian Thurston2015-01-234-0/+5528
* revert "removed GPL license file and stripped GPL headers"Adrian Thurston2015-01-232-1/+17
* moved away the larger grammars for known langsAdrian Thurston2015-01-234-5528/+0
* some cleanup in the pointerAdrian Thurston2015-01-181-0/+34
* lookup1 converted to object semanticsAdrian Thurston2015-01-181-165/+327
* updated binary1 test caseAdrian Thurston2015-01-171-5/+13
* only undo the insert if the insert was successfulAdrian Thurston2015-01-171-0/+65
* implemented reverse of map insertAdrian Thurston2015-01-171-0/+62
* object-list fix and test caseAdrian Thurston2015-01-171-0/+63
* list pushing and popping improvements for object semantics, test case updatesAdrian Thurston2015-01-162-20/+32
* updated binary1 for object semanticsAdrian Thurston2015-01-111-4/+25
* some object semantics improvemets for listsAdrian Thurston2015-01-101-5/+14
* need distinct bytecodes for pushing streams since stream is no longer a treeAdrian Thurston2015-01-101-1/+1
* renamed argv0 to arg0, fixed the leakAdrian Thurston2015-01-101-1/+1
* test case updates for object semanticsAdrian Thurston2015-01-1012-14/+15
* more object semantics fixes and test case updatesAdrian Thurston2015-01-106-9/+17
* more object-semantics improvementsAdrian Thurston2015-01-107-13/+22
* various fixes for object semanticsAdrian Thurston2015-01-103-3/+3
* stream and parser changes for object semanticsAdrian Thurston2015-01-101-13/+0
* added object-based list testAdrian Thurston2015-01-101-0/+58
* support automatic derefs of lists and maps in iteratorsAdrian Thurston2014-12-072-2/+2
* runtests: respond to signals by exitingAdrian Thurston2014-11-211-0/+4
* added --with-deps to test/configureAdrian Thurston2014-11-211-0/+7
* autotools for test suiteAdrian Thurston2014-11-206-126/+56